Richard Uhler | 8ab0ee8 | 2019-02-11 09:43:45 +0000 | [diff] [blame] | 1 | This directory contains a test for the rollback manager service. |
| 2 | |
| 3 | Directory structure |
| 4 | =================== |
| 5 | RollbackTest |
| 6 | - device driven test for rollbacks not involving staged rollbacks. |
| 7 | |
Richard Uhler | 00baa4b | 2019-02-11 10:11:43 +0000 | [diff] [blame] | 8 | StagedRollbackTest |
| 9 | - device driven test for staged rollbacks. |
| 10 | |
Richard Uhler | 8ab0ee8 | 2019-02-11 09:43:45 +0000 | [diff] [blame] | 11 | TestApp |
| 12 | - source for dummy apks used in testing. |
| 13 | |
| 14 | TestApex |
| 15 | - source for dummy apex modules used in testing. |
| 16 | |
| 17 | Running the tests |
| 18 | ================= |
| 19 | |
| 20 | You can manually run the tests as follows: |
| 21 | |
| 22 | atest RollbackTest |
Richard Uhler | 00baa4b | 2019-02-11 10:11:43 +0000 | [diff] [blame] | 23 | atest StagedRollbackTest |