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
This commit is contained in:
Dan Shi
2020-04-06 16:17:54 -07:00
parent 2de79fb6fd
commit a1d69738ef
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ cc_test {
],
test_suites: [
"general-tests",
"vts-core"
"vts"
],
test_config: "vts_permission_validate_test.xml",
}

View File

@@ -36,7 +36,7 @@ cc_test {
],
test_suites: [
"general-tests",
"vts-core"
"vts"
],
test_config: "vts_defaultPermissions_validate_test.xml",
}

View File

@@ -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",
],

View File

@@ -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,
}