commit | f0487569fa4a2fd037bb39c6360ad3ea6184d654 | [log] [tgz] |
---|---|---|
author | Tao Bao <tbao@google.com> | Mon Aug 28 20:06:26 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Mon Aug 28 20:06:26 2017 +0000 |
tree | a2c13deb30a2c5c51839c9a56c2f2c0dfe7196b9 | |
parent | 99c932716af8ea27212e9c0cab725e55156dfd0c [diff] | |
parent | 35d36d1fa6fe8351fe03e7149bcc838faee89b90 [diff] |
Merge "wear_ui: Remove kMaxCols/kMaxRows/visible_text_rows/menu_headers_." am: e9605b8ca0 am: d92baf5988 am: 35d36d1fa6 Change-Id: I12f355cba92116ddb2616248d846067041af6ec9
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.
ResourceTest
validates whether the png files are qualified as background text image under recovery.
1. `adb sync data` to make sure the test-dir has the images to test. 2. The test will automatically pickup and verify all `_text.png` files in the test dir.