summaryrefslogtreecommitdiffstats
path: root/updater_sample/README.md
diff options
context:
space:
mode:
authorZhomart Mukhamejanov <zhomart@google.com>2018-12-14 18:36:32 +0100
committerZhomart Mukhamejanov <zhomart@google.com>2018-12-15 00:07:22 +0100
commit75f4073baf4b480f3d27da6b181e4aec6e30856d (patch)
treecce3ff747ef80baf0336a3b1b1b1ad4a11d95de2 /updater_sample/README.md
parentMigrate bootable/recovery to androidx.test (diff)
downloadandroid_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.gz
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.bz2
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.lz
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.xz
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.tar.zst
android_bootable_recovery-75f4073baf4b480f3d27da6b181e4aec6e30856d.zip
Diffstat (limited to '')
-rw-r--r--updater_sample/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/updater_sample/README.md b/updater_sample/README.md
index f9c3fb8ec..5894cf8cd 100644
--- a/updater_sample/README.md
+++ b/updater_sample/README.md
@@ -220,7 +220,7 @@ privileged system app, so it's granted the required permissions to access
- [x] Add Sample app update state (separate from update_engine status)
- [x] Add smart update completion detection using onStatusUpdate
- [x] Add pause/resume demo
-- [x] Verify system partition checksum for package
+- [-] Verify system partition checksum for package
## Running tests
@@ -235,8 +235,8 @@ privileged system app, so it's granted the required permissions to access
5. Run a test file
```
adb shell am instrument \
- -w com.example.android.systemupdatersample.tests/android.support.test.runner.AndroidJUnitRunner \
- -c com.example.android.systemupdatersample.util.PayloadSpecsTest
+ -w -e class com.example.android.systemupdatersample.UpdateManagerTest#applyUpdate_appliesPayloadToUpdateEngine \
+ com.example.android.systemupdatersample.tests/android.support.test.runner.AndroidJUnitRunner
```