blob: c0b718a3e2c1ae76e63d776410ade9188df21992 [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
12 - source for dummy apks used in testing.
13
14TestApex
15 - source for dummy apex modules used in testing.
16
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