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

..12-Dec-2023-

MultiUserRollbackTest/src/com/android/tests/rollback/host/H12-Dec-2023-150100

NetworkStagedRollbackTest/src/com/android/tests/rollback/host/H12-Dec-2023-13771

RollbackTest/H12-Dec-2023-2,2201,490

StagedRollbackTest/src/com/android/tests/rollback/host/H12-Dec-2023-743491

lib/src/com/android/tests/rollback/host/H12-Dec-2023-10871

testdata/H12-Dec-2023-1914

Android.bpH A D12-Dec-20233.9 KiB132119

MultiUserRollbackTest.xmlH A D12-Dec-20231.6 KiB3015

NetworkStagedRollbackTest.xmlH A D12-Dec-20232.8 KiB3419

OWNERSH A D12-Dec-202363 21

README.txtH A D12-Dec-2023494 2416

RollbackTest.xmlH A D12-Dec-20233.5 KiB4326

StagedRollbackTest.xmlH A D12-Dec-20231.8 KiB3419

TEST_MAPPINGH A D12-Dec-2023226 1716

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