commit | e477a54c8df47d67b401b7367b70565987554d87 | [log] [tgz] |
---|---|---|
author | Jerry Zhang <zhangjerry@google.com> | Wed Jan 04 19:31:46 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jan 04 19:31:46 2017 +0000 |
tree | f8d6b0fc695ccdccde0bf7674ad3ad0f578be9ba | |
parent | 3806993e2532704d6569b67352fce9c42650fd74 [diff] | |
parent | 9f9d50d4ed1acf20a844b2729d26488db849ff57 [diff] |
Merge "Write aliases before ffs mount in recovery" am: 1302ea8725 am: 9f9d50d4ed Change-Id: I456a4b44b4a4df7d7752ee66784d26a94249c41c
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test
recovery-refresh
and recovery-persist
executables exist only on systems without /cache partition. And we need to follow special steps to run tests for them.
Execute the test on an A/B device first. The test should fail but it will log some contents to pmsg.
Reboot the device immediately and run the test again. The test should save the contents of pmsg buffer into /data/misc/recovery/inject.txt. Test will pass if this file has expected contents.