platform_frameworks_base/tests/RollbackTest
eightplus 706d7a8aa3 based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
..
MultiUserRollbackTest/src/com/android/tests/rollback/host based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
NetworkStagedRollbackTest/src/com/android/tests/rollback/host based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
RollbackTest based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
StagedRollbackTest/src/com/android/tests/rollback/host based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
lib/src/com/android/tests/rollback/host based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
testdata based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
Android.bp based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
MultiUserRollbackTest.xml based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
NetworkStagedRollbackTest.xml based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
OWNERS based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
README.txt based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
RollbackTest.xml based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
StagedRollbackTest.xml based on android-12.1.0-r26 2022-11-24 11:41:42 +08:00
TEST_MAPPING based on android-12.1.0-r26 2022-11-24 11:41:42 +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