summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-04-06 14:12:15 -0700
committerDan Shi <dshi@google.com>2020-04-06 14:12:21 -0700
commit387b9ee3f3bcd02ccd3e72ccbb21d641ce6d72aa (patch)
tree898898a31bbc2eca32f78b460cf1a4bfa97f3b85
parentd78aabf83d4c971bdfd52828df2738ee2f19cf2c (diff)
downloadvndk-387b9ee3f3bcd02ccd3e72ccbb21d641ce6d72aa.tar.gz
Rename vts-core to vts
Bug: 151896491 Test: presubmit check Exempt-From-Owner-Approval: This CL renames suite name vts-core to vts. It won't change test logic or behavior. Change-Id: Ie08837255cd1503cf0bf8b7cc600c1a7c117d660
-rw-r--r--Android.bp8
-rw-r--r--files/vts_vndk_files_test.xml1
2 files changed, 4 insertions, 5 deletions
diff --git a/Android.bp b/Android.bp
index 7d6abec..3d8ab5a 100644
--- a/Android.bp
+++ b/Android.bp
@@ -61,7 +61,7 @@ python_test_host {
":vts_vndk_abi_dump_zip",
],
test_suites: [
- "vts-core",
+ "vts",
],
test_config: "abi/vts_vndk_abi_test.xml",
}
@@ -74,7 +74,7 @@ python_test_host {
"dependency/vts_vndk_dependency_test.py",
],
test_suites: [
- "vts-core",
+ "vts",
],
test_config: "dependency/vts_vndk_dependency_test.xml",
}
@@ -87,7 +87,7 @@ python_test_host {
"files/vts_vndk_files_test.py",
],
test_suites: [
- "vts-core",
+ "vts",
],
test_config: "files/vts_vndk_files_test.xml",
}
@@ -100,7 +100,7 @@ python_test_host {
"open_libraries/vts_vndk_open_libraries_test.py",
],
test_suites: [
- "vts-core",
+ "vts",
],
test_config: "open_libraries/vts_vndk_open_libraries_test.xml",
}
diff --git a/files/vts_vndk_files_test.xml b/files/vts_vndk_files_test.xml
index 4813916..c2a4d9a 100644
--- a/files/vts_vndk_files_test.xml
+++ b/files/vts_vndk_files_test.xml
@@ -15,7 +15,6 @@
-->
<configuration description="Config for vts_vndk_files_test">
<target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
- <option name="test-suite-tag" value="vts-core" />
<test class="com.android.tradefed.testtype.python.PythonBinaryHostTest">
<option name="par-file-name" value="vts_vndk_files_test" />
<option name="test-timeout" value="2m" />