summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAl Sutton <alsutton@google.com>2019-07-05 14:16:31 +0100
committerAl Sutton <alsutton@google.com>2019-07-11 08:31:09 +0100
commite43ec6c29bd96df1b5a0b50248d03e6cadf54c33 (patch)
treec1473356ed4e417a7eee14857ff8bbaa08b905cf
parent1255ba51819005860e05f879ecd49540a74c222c (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_MAPPING13
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"
+ }
+ ]
+ }
+ ]
+}
+