Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | 12-Dec-2023 | - | ||||
MultiUserRollbackTest/src/com/android/tests/rollback/host/ | H | 12-Dec-2023 | - | 150 | 100 | |
NetworkStagedRollbackTest/src/com/android/tests/rollback/host/ | H | 12-Dec-2023 | - | 137 | 71 | |
RollbackTest/ | H | 12-Dec-2023 | - | 2,220 | 1,490 | |
StagedRollbackTest/src/com/android/tests/rollback/host/ | H | 12-Dec-2023 | - | 743 | 491 | |
lib/src/com/android/tests/rollback/host/ | H | 12-Dec-2023 | - | 108 | 71 | |
testdata/ | H | 12-Dec-2023 | - | 19 | 14 | |
Android.bp | H A D | 12-Dec-2023 | 3.9 KiB | 132 | 119 | |
MultiUserRollbackTest.xml | H A D | 12-Dec-2023 | 1.6 KiB | 30 | 15 | |
NetworkStagedRollbackTest.xml | H A D | 12-Dec-2023 | 2.8 KiB | 34 | 19 | |
OWNERS | H A D | 12-Dec-2023 | 63 | 2 | 1 | |
README.txt | H A D | 12-Dec-2023 | 494 | 24 | 16 | |
RollbackTest.xml | H A D | 12-Dec-2023 | 3.5 KiB | 43 | 26 | |
StagedRollbackTest.xml | H A D | 12-Dec-2023 | 1.8 KiB | 34 | 19 | |
TEST_MAPPING | H A D | 12-Dec-2023 | 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