commit | 704320650308bcdf43580b46aeba3af35c4ec92d | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Wed Feb 10 19:00:02 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Wed Feb 10 19:00:02 2016 +0000 |
tree | da799688bdf8d673220eccd24e21f20722578ffd | |
parent | 6a7bf1d9aa7cd52a594e91e6a8f9111a18ae3551 [diff] | |
parent | a7b9a4660c18a88413280c84c03917ae953d62b0 [diff] |
Merge "IO fault injection for OTA packages"
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