android_system_core/fs_mgr/tests
Yi-Yo Chiang 075463764e adb-remount-test: Simplify disable-verity setup
Don't try to parse stdout of disable-verity, just pass -R to ask for
auto reboot.
This eliminates the complex logic of "disable-verity && check &&
reboot && disable-verity again ...", and increase robustness.

`${overlayfs_supported} && ${overlayfs_needed}` can be simplified to
just `${overlayfs_needed}` because `${overlayfs_needed}` implies
`${overlayfs_supported}`.

Move the curious recurring "overlay takeover unexpected" check to the
"Checking current overlayfs status" section so we don't need to repeat
it so many times.

Bug: 243116800
Bug: 241688845
Test: adb-remount-test
Change-Id: I96ec44e2b9d172c06c3b4850e061e7b6bb46833c
2022-08-22 02:46:28 +08:00
..
src/com/android/tests/vendoroverlay Add presubmit test for vendor overlay 2019-02-16 08:24:35 +09:00
adb-remount-sh.xml Increase adb-remount timeout 2019-04-03 08:27:29 -07:00
adb-remount-test.sh adb-remount-test: Simplify disable-verity setup 2022-08-22 02:46:28 +08:00
Android.bp sh_binary_host for 'adb-remount-test.sh'. 2022-06-08 22:05:06 +00:00
AndroidTest.xml Add RootTargetPreparer for CtsInitTestCases and CtsFsMgrTestCases 2020-04-14 18:57:07 +01:00
file_wait_test.cpp Introduce inotify-based replacements for fs_mgr_wait_for_file. 2019-06-18 15:27:09 -07:00
fs_mgr_test.cpp fs_mgr_fstab: Refactor & cleanup DSU mounting logic 2022-06-30 06:46:02 +00:00
vendor-overlay-test.xml Add presubmit test for vendor overlay 2019-02-16 08:24:35 +09:00
vts_fs_test.cpp vts_fs_test: checks AVB 1.0 isn't used 2022-07-19 16:27:59 +08:00