commit | 02557cd6de98accd1da78afbdd5ec488cdb63bfc | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Fri Dec 02 06:00:25 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Fri Dec 02 06:00:25 2016 +0000 |
tree | 41dfb61826057fe6bd51a37caa36beacfdccfe13 | |
parent | 24e83404aff9cf652e5a9584120c94d28491aa7e [diff] | |
parent | dd570b59ada280911888a1b6b58ddf3e186aee05 [diff] |
Merge "updater: Switch to libbase logging." am: d2c56629ab am: 1d9779b57b am: 997ccbc5a4 am: dd570b59ad Change-Id: Idd86b944b6ce8577f992435853259badd90d5101
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.