65a7eeee7b
The test failed because we failed to enable rollback for ModuleMetadataGoogle which is not a module on AOSP builds. Let's skip the test for builds which have no mainline modules installed. Bug: 152721401 Test: atest StagedRollbackTest Change-Id: Iaf75dea5388e2a751a26f983a79924c4358d4833
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