Richard Uhler 00baa4b4fc Stub out code for a host driven StagedRollbackTest.
The test doesn't test anything meaningful yet, but it builds and runs.

Bug: 124043688
Test: atest StagedRollbackTest
Change-Id: If9b5d57e28846b0ba28a580b74a486bbedb8f8d5
2019-02-14 14:58:02 +00:00

24 lines
496 B
Plaintext

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 dummy apks used in testing.
TestApex
- source for dummy apex modules used in testing.
Running the tests
=================
You can manually run the tests as follows:
atest RollbackTest
atest StagedRollbackTest