Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 25-May-2024 | - | ||||
MultiUserRollbackTest/src/com/android/tests/rollback/host/ | H | 25-May-2024 | - | 160 | 109 | |
NetworkStagedRollbackTest/src/com/android/tests/rollback/host/ | H | 25-May-2024 | - | 137 | 71 | |
RollbackTest/ | H | 25-May-2024 | - | 1,018 | 667 | |
SampleRollbackApp/ | H | 25-May-2024 | - | 326 | 219 | |
StagedRollbackTest/src/com/android/tests/rollback/host/ | H | 25-May-2024 | - | 283 | 182 | |
lib/src/com/android/tests/rollback/host/ | H | 25-May-2024 | - | 108 | 71 | |
testdata/ | H | 25-May-2024 | - | 19 | 14 | |
Android.bp | H A D | 25-May-2024 | 4.1 KiB | 139 | 126 | |
MultiUserRollbackTest.xml | H A D | 25-May-2024 | 1.6 KiB | 30 | 15 | |
NetworkStagedRollbackTest.xml | H A D | 25-May-2024 | 2.8 KiB | 34 | 19 | |
OWNERS | H A D | 25-May-2024 | 63 | 2 | 1 | |
README.txt | H A D | 25-May-2024 | 494 | 24 | 16 | |
RollbackTest.xml | H A D | 25-May-2024 | 3.5 KiB | 43 | 26 | |
StagedRollbackTest.xml | H A D | 25-May-2024 | 1.8 KiB | 34 | 19 | |
TEST_MAPPING | H A D | 25-May-2024 | 226 | 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 fake apks used in testing. 13 14TestApex 15 - source for fake 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