summaryrefslogtreecommitdiff
path: root/payload_consumer/install_plan_unittest.cc
AgeCommit message (Collapse)Author
2021-05-05Rename postinstall_mount_device to readonly_target_pathKelvin Zhang
When postinstall_mount_device is initially introduced, it's only intended to be used by postinstall action, hence the name. Now we plan to use it for fs verification purpose as well, rename for better clarity. Test: th Change-Id: Iff996f2f513bb44694e39d758a69851793b9a565
2020-12-03update_engine: Make InstallPlan's dump nicerAmin Hassani
Its really hard to read anything out of the current InstallPlan's logs. This CL makes it a bit more structured so it can be read easier. Also added a few other properties of InstallPlan that were missing in the Dump(). Added unittest for it too. BUG=b:171829801 TEST=cros_workon_make --board reef --test update_engine Change-Id: Iaa327e875877e9645ef8f0af875c280e11ee485d Reviewed-on: https://chromium-review.googlesource.com/c/aosp/platform/system/update_engine/+/2558933 Tested-by: Amin Hassani <ahassani@chromium.org> Auto-Submit: Amin Hassani <ahassani@chromium.org> Reviewed-by: Jae Hoon Kim <kimjae@chromium.org> Commit-Queue: Jae Hoon Kim <kimjae@chromium.org>