diff options
author | Victor Hsieh <victorhsieh@google.com> | 2019-12-09 13:48:50 -0800 |
---|---|---|
committer | Victor Hsieh <victorhsieh@google.com> | 2019-12-09 14:59:00 -0800 |
commit | 9ec5022b43a648dff201fa5699a0c6ec87bffa81 (patch) | |
tree | 23618b6464b00dcad155aa3ff7781ecc2f5da435 /tests/ApkVerityTest | |
parent | e880831db9271cec800b704b61a39b01d20b2d34 (diff) |
Add TEST_MAPPING for ApkVerityTest
Test: atest -p frameworks/base/tests/ApkVerityTest:presubmit
Bug: 112039386
Change-Id: Ic814bc5e5c51e581684968f8f20632a4fbffc8f4
Diffstat (limited to 'tests/ApkVerityTest')
-rw-r--r-- | tests/ApkVerityTest/TEST_MAPPING | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/ApkVerityTest/TEST_MAPPING b/tests/ApkVerityTest/TEST_MAPPING new file mode 100644 index 000000000000..a6608399d83c --- /dev/null +++ b/tests/ApkVerityTest/TEST_MAPPING @@ -0,0 +1,15 @@ +{ + "presubmit": [ + // nextgen test only runs during postsubmit. + { + "name": "ApkVerityTest", + "keywords": ["nextgen"] + } + ], + "postsubmit": [ + // TODO: move to presubmit once it's confirmed stable. + { + "name": "ApkVerityTest" + } + ] +} |