android13/frameworks/base/tests/RollbackTest
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
MultiUserRollbackTest/src/com/android/tests/rollback/host initial 2024-06-22 20:45:49 +08:00
NetworkStagedRollbackTest/src/com/android/tests/rollback/host initial 2024-06-22 20:45:49 +08:00
RollbackTest initial 2024-06-22 20:45:49 +08:00
StagedRollbackTest/src/com/android/tests/rollback/host initial 2024-06-22 20:45:49 +08:00
lib/src/com/android/tests/rollback/host initial 2024-06-22 20:45:49 +08:00
testdata initial 2024-06-22 20:45:49 +08:00
Android.bp initial 2024-06-22 20:45:49 +08:00
MultiUserRollbackTest.xml initial 2024-06-22 20:45:49 +08:00
NetworkStagedRollbackTest.xml initial 2024-06-22 20:45:49 +08:00
OWNERS initial 2024-06-22 20:45:49 +08:00
README.txt initial 2024-06-22 20:45:49 +08:00
RollbackTest.xml initial 2024-06-22 20:45:49 +08:00
StagedRollbackTest.xml initial 2024-06-22 20:45:49 +08:00
TEST_MAPPING initial 2024-06-22 20:45:49 +08:00

README.txt

This directory contains a test for the rollback manager service.

Directory structure
===================
RollbackTest
  - device driven test for rollbacks not involving staged rollbacks.

StagedRollbackTest
  - device driven test for staged rollbacks.

TestApp
  - source for fake apks used in testing.

TestApex
  - source for fake apex modules used in testing.

Running the tests
=================

You can manually run the tests as follows:

  atest RollbackTest
  atest StagedRollbackTest