blob: bc3b3bc3a1ee78d7370d0d97cb64b5d6e1139b08 [file] [log] [blame]
Richard Uhler8ab0ee82019-02-11 09:43:45 +00001This 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
Richard Uhler00baa4b2019-02-11 10:11:43 +00008StagedRollbackTest
9 - device driven test for staged rollbacks.
10
Richard Uhler8ab0ee82019-02-11 09:43:45 +000011TestApp
JW Wangb1e1a422020-08-12 16:47:53 +080012 - source for fake apks used in testing.
Richard Uhler8ab0ee82019-02-11 09:43:45 +000013
14TestApex
JW Wangb1e1a422020-08-12 16:47:53 +080015 - source for fake apex modules used in testing.
Richard Uhler8ab0ee82019-02-11 09:43:45 +000016
17Running the tests
18=================
19
20You can manually run the tests as follows:
21
22 atest RollbackTest
Richard Uhler00baa4b2019-02-11 10:11:43 +000023 atest StagedRollbackTest