summaryrefslogtreecommitdiff
path: root/tests/ApkVerityTest
diff options
context:
space:
mode:
authorDan Shi <dshi@google.com>2020-04-06 16:17:54 -0700
committerDan Shi <dshi@google.com>2020-04-06 16:23:37 -0700
commita1d69738efff470f348c461a60cc8bec5d8cc4b0 (patch)
tree43c890dee985315579927c10b18e1cf48154e654 /tests/ApkVerityTest
parent2de79fb6fdfe421dfa6d55bed37da746e7cc6137 (diff)
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: I79cddf5e4a65486b8f1286ea430360479ad2b93d
Diffstat (limited to 'tests/ApkVerityTest')
-rw-r--r--tests/ApkVerityTest/Android.bp2
-rw-r--r--tests/ApkVerityTest/block_device_writer/Android.bp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/ApkVerityTest/Android.bp b/tests/ApkVerityTest/Android.bp
index 248206817740..02c75edafcd5 100644
--- a/tests/ApkVerityTest/Android.bp
+++ b/tests/ApkVerityTest/Android.bp
@@ -16,7 +16,7 @@ java_test_host {
name: "ApkVerityTest",
srcs: ["src/**/*.java"],
libs: ["tradefed", "compatibility-tradefed", "compatibility-host-util"],
- test_suites: ["general-tests", "vts-core"],
+ test_suites: ["general-tests", "vts"],
target_required: [
"block_device_writer_module",
],
diff --git a/tests/ApkVerityTest/block_device_writer/Android.bp b/tests/ApkVerityTest/block_device_writer/Android.bp
index 2760fe8df2d8..37fbc29470f6 100644
--- a/tests/ApkVerityTest/block_device_writer/Android.bp
+++ b/tests/ApkVerityTest/block_device_writer/Android.bp
@@ -48,6 +48,6 @@ cc_test {
},
auto_gen_config: false,
- test_suites: ["general-tests", "pts", "vts-core"],
+ test_suites: ["general-tests", "pts", "vts"],
gtest: false,
}