From d4bff6cd28f96f5ab399643b52c45ebc7513dd54 Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Tue, 31 Mar 2020 12:53:18 -0700 Subject: [PATCH] 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 --- tests/cts/hostside/Android.bp | 1 - tests/cts/hostside/app/Android.bp | 1 - tests/cts/hostside/app2/Android.bp | 1 - tests/cts/net/Android.bp | 1 - tests/cts/net/api23Test/Android.bp | 1 - tests/cts/net/appForApi23/Android.bp | 1 - tests/cts/net/native/qtaguid/Android.bp | 1 - 7 files changed, 7 deletions(-) diff --git a/tests/cts/hostside/Android.bp b/tests/cts/hostside/Android.bp index a8cc95ba5f..741c961e5f 100644 --- a/tests/cts/hostside/Android.bp +++ b/tests/cts/hostside/Android.bp @@ -24,7 +24,6 @@ java_test_host { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/hostside/app/Android.bp b/tests/cts/hostside/app/Android.bp index 8b6d38b821..7a1145609f 100644 --- a/tests/cts/hostside/app/Android.bp +++ b/tests/cts/hostside/app/Android.bp @@ -35,7 +35,6 @@ android_test_helper_app { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/hostside/app2/Android.bp b/tests/cts/hostside/app2/Android.bp index 0bb0d2f631..a6e9b118ff 100644 --- a/tests/cts/hostside/app2/Android.bp +++ b/tests/cts/hostside/app2/Android.bp @@ -23,7 +23,6 @@ android_test_helper_app { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/Android.bp b/tests/cts/net/Android.bp index d77f416557..76bb27e448 100644 --- a/tests/cts/net/Android.bp +++ b/tests/cts/net/Android.bp @@ -64,7 +64,6 @@ android_test { defaults: ["CtsNetTestCasesDefaults"], test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/api23Test/Android.bp b/tests/cts/net/api23Test/Android.bp index 614a5a2a76..ffeef48a88 100644 --- a/tests/cts/net/api23Test/Android.bp +++ b/tests/cts/net/api23Test/Android.bp @@ -45,7 +45,6 @@ android_test { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/appForApi23/Android.bp b/tests/cts/net/appForApi23/Android.bp index 17cfe3821b..399c199508 100644 --- a/tests/cts/net/appForApi23/Android.bp +++ b/tests/cts/net/appForApi23/Android.bp @@ -26,7 +26,6 @@ android_test { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", "general-tests", ], diff --git a/tests/cts/net/native/qtaguid/Android.bp b/tests/cts/net/native/qtaguid/Android.bp index 054937b4fa..23a0cf764d 100644 --- a/tests/cts/net/native/qtaguid/Android.bp +++ b/tests/cts/net/native/qtaguid/Android.bp @@ -42,7 +42,6 @@ cc_test { // Tag this module as a cts test artifact test_suites: [ "cts", - "vts", "vts10", ],