• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

MultiUserRollbackTest/src/com/android/tests/rollback/host/23-Mar-2024-11880

RollbackTest/23-Mar-2024-1,490955

StagedRollbackTest/src/com/android/tests/rollback/host/23-Mar-2024-228113

Android.bpD23-Mar-20241.4 KiB4036

MultiUserRollbackTest.xmlD23-Mar-20241.2 KiB2510

README.txtD23-Mar-2024496 2416

RollbackTest.xmlD23-Mar-20241.5 KiB3113

StagedRollbackTest.xmlD23-Mar-20241.2 KiB2611

TEST_MAPPINGD23-Mar-2024165 1413

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