Remove tests from vts suite

After vts-core is renamed to vts, the CTS tests won't be needed in vts
suite.

Bug: 151896491
Test: local build
Exempt-From-Owner-Approval: This CL removes all CTS tests in vts suite,
as vts is renamed to vts10. This CL won't change test logic or behavior.

Change-Id: Idc9e9cc1d1080ff689823671a736bbb78bd7a740
This commit is contained in:
Dan Shi
2020-03-31 12:53:18 -07:00
parent 146e767b32
commit d4bff6cd28
7 changed files with 0 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ java_test_host {
// Tag this module as a cts test artifact
test_suites: [
"cts",
"vts",
"vts10",
"general-tests",
],

View File

@@ -35,7 +35,6 @@ android_test_helper_app {
// Tag this module as a cts test artifact
test_suites: [
"cts",
"vts",
"vts10",
"general-tests",
],

View File

@@ -23,7 +23,6 @@ android_test_helper_app {
// Tag this module as a cts test artifact
test_suites: [
"cts",
"vts",
"vts10",
"general-tests",
],

View File

@@ -64,7 +64,6 @@ android_test {
defaults: ["CtsNetTestCasesDefaults"],
test_suites: [
"cts",
"vts",
"vts10",
"general-tests",
],

View File

@@ -45,7 +45,6 @@ android_test {
// Tag this module as a cts test artifact
test_suites: [
"cts",
"vts",
"vts10",
"general-tests",
],

View File

@@ -26,7 +26,6 @@ android_test {
// Tag this module as a cts test artifact
test_suites: [
"cts",
"vts",
"vts10",
"general-tests",
],

View File

@@ -42,7 +42,6 @@ cc_test {
// Tag this module as a cts test artifact
test_suites: [
"cts",
"vts",
"vts10",
],