2019-02-11 09:43:45 +00:00
|
|
|
This directory contains a test for the rollback manager service.
|
|
|
|
|
|
|
|
Directory structure
|
|
|
|
===================
|
|
|
|
RollbackTest
|
|
|
|
- device driven test for rollbacks not involving staged rollbacks.
|
|
|
|
|
2019-02-11 10:11:43 +00:00
|
|
|
StagedRollbackTest
|
|
|
|
- device driven test for staged rollbacks.
|
|
|
|
|
2019-02-11 09:43:45 +00:00
|
|
|
TestApp
|
2020-08-12 16:47:53 +08:00
|
|
|
- source for fake apks used in testing.
|
2019-02-11 09:43:45 +00:00
|
|
|
|
|
|
|
TestApex
|
2020-08-12 16:47:53 +08:00
|
|
|
- source for fake apex modules used in testing.
|
2019-02-11 09:43:45 +00:00
|
|
|
|
|
|
|
Running the tests
|
|
|
|
=================
|
|
|
|
|
|
|
|
You can manually run the tests as follows:
|
|
|
|
|
|
|
|
atest RollbackTest
|
2019-02-11 10:11:43 +00:00
|
|
|
atest StagedRollbackTest
|