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:
@@ -36,7 +36,7 @@ cc_test {
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts-core"
|
||||
"vts"
|
||||
],
|
||||
test_config: "vts_permission_validate_test.xml",
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ cc_test {
|
||||
],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts-core"
|
||||
"vts"
|
||||
],
|
||||
test_config: "vts_defaultPermissions_validate_test.xml",
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
],
|
||||
|
||||
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user