Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
MultiUserRollbackTest/src/com/android/tests/rollback/host/ | 03-May-2024 | - | 139 | 92 | ||
NetworkStagedRollbackTest/src/com/android/tests/rollback/host/ | 03-May-2024 | - | 136 | 70 | ||
RollbackTest/ | 03-May-2024 | - | 2,126 | 1,424 | ||
StagedRollbackTest/src/com/android/tests/rollback/host/ | 03-May-2024 | - | 562 | 364 | ||
lib/src/com/android/tests/rollback/host/ | 03-May-2024 | - | 104 | 70 | ||
testdata/ | 03-May-2024 | - | 19 | 14 | ||
Android.bp | D | 03-May-2024 | 3.4 KiB | 113 | 102 | |
MultiUserRollbackTest.xml | D | 03-May-2024 | 1.5 KiB | 28 | 13 | |
NetworkStagedRollbackTest.xml | D | 03-May-2024 | 2.6 KiB | 32 | 17 | |
README.txt | D | 03-May-2024 | 496 | 24 | 16 | |
RollbackTest.xml | D | 03-May-2024 | 3.4 KiB | 41 | 24 | |
StagedRollbackTest.xml | D | 03-May-2024 | 1.7 KiB | 32 | 17 | |
TEST_MAPPING | D | 03-May-2024 | 220 | 17 | 16 |
README.txt
1This directory contains a test for the rollback manager service. 2 3Directory structure 4=================== 5RollbackTest 6 - device driven test for rollbacks not involving staged rollbacks. 7 8StagedRollbackTest 9 - device driven test for staged rollbacks. 10 11TestApp 12 - source for dummy apks used in testing. 13 14TestApex 15 - source for dummy apex modules used in testing. 16 17Running the tests 18================= 19 20You can manually run the tests as follows: 21 22 atest RollbackTest 23 atest StagedRollbackTest 24