diff options
author | Al Sutton <alsutton@google.com> | 2019-07-05 14:16:31 +0100 |
---|---|---|
committer | Al Sutton <alsutton@google.com> | 2019-07-11 08:31:09 +0100 |
commit | e43ec6c29bd96df1b5a0b50248d03e6cadf54c33 (patch) | |
tree | c1473356ed4e417a7eee14857ff8bbaa08b905cf | |
parent | 1255ba51819005860e05f879ecd49540a74c222c (diff) |
Add CtsBackupHostTestCases to presubmit tests.
We've seen that the Backup and Restore code has a dependency on
this code via b/136745947, so we're adding our some B&R CTS tests
to the presubmit test mapping to detect any potential changes which
will break B&R in a similar way.
Change-Id: Id74cdc48c5960120c7540e695d4dd1c38cf3f58d
Bug: 136745947
Test: Run atest in this directory, verify B&R CTS device side and OtherSoundsSettingsHostSideTest tests run.
-rw-r--r-- | TEST_MAPPING | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000..faa68964c --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,13 @@ +{ + "presubmit": [ + { + "name": "CtsBackupHostTestCases", + "options": [ + { + "include-filter": "android.cts.backup.OtherSoundsSettingsHostSideTest" + } + ] + } + ] +} + |