aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Cheng <kevcheng@google.com>2019-07-23 11:30:41 -0700
committerKevin Cheng <kevcheng@google.com>2019-07-23 11:30:56 -0700
commite9a9eff135d109e3c097dde1b9000c80ec31cfb0 (patch)
treee3d2ceadfd465d7a5381f4e1e52270e5da4ea1ca
parent6a131d157fe5aabc4a4d59e8c83ec8f06ddfd4e6 (diff)
downloadplatform_external_python_cryptography-e9a9eff135d109e3c097dde1b9000c80ec31cfb0.tar.gz
platform_external_python_cryptography-e9a9eff135d109e3c097dde1b9000c80ec31cfb0.tar.bz2
platform_external_python_cryptography-e9a9eff135d109e3c097dde1b9000c80ec31cfb0.zip
Add in TEST_MAPPING for acloud unittests.
Bug: 124250384 Test: atest Change-Id: I173e66efd8a938d815598b9d844cc34dcff94520
-rw-r--r--TEST_MAPPING8
1 files changed, 8 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 00000000..61a80b2c
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,8 @@
+{
+ "presubmit" : [
+ {
+ "name" : "acloud_test",
+ "host" : true
+ }
+ ]
+}