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: I24779951257ce37fc18929f214d3cf5f76c23a19
This commit is contained in:
Dan Shi 2020-04-06 16:11:29 -07:00
parent 04e3790dbf
commit a7b9a2bfd2
7 changed files with 6 additions and 7 deletions

View File

@ -49,6 +49,6 @@ cc_test_host {
auto_gen_config: false,
test_suites: [
"general-tests",
"vts-core",
"vts",
],
}

View File

@ -79,7 +79,7 @@ cc_test {
cc_test {
name: "vts_libdm_test",
defaults: ["libdm_test_defaults"],
test_suites: ["vts-core"],
test_suites: ["vts"],
test_min_api_level: 29,
}

View File

@ -80,7 +80,7 @@ cc_test {
"fiemap_writer_test.cpp",
],
test_suites: ["vts-core", "device-tests"],
test_suites: ["vts", "device-tests"],
auto_gen_config: true,
test_min_api_level: 29,
require_root: true,

View File

@ -97,7 +97,7 @@ cc_test {
cc_test {
name: "vts_core_liblp_test",
defaults: ["liblp_test_defaults"],
test_suites: ["vts-core"],
test_suites: ["vts"],
auto_gen_config: true,
test_min_api_level: 29,
require_root: true,

View File

@ -19,7 +19,6 @@
<option name="cleanup" value="true" />
<option name="push" value="liblp_test->/data/local/tmp/liblp_test" />
</target_preparer>
<option name="test-suite-tag" value="vts-core" />
<test class="com.android.tradefed.testtype.GTest" >
<option name="native-test-device-path" value="/data/local/tmp" />
<option name="module-name" value="liblp_test" />

View File

@ -182,7 +182,7 @@ cc_defaults {
"libstorage_literals_headers",
],
test_suites: [
"vts-core",
"vts",
"device-tests"
],
test_min_api_level: 29,

View File

@ -327,7 +327,7 @@ cc_test {
cc_test {
name: "KernelLibcutilsTest",
test_suites: ["general-tests", "vts-core"],
test_suites: ["general-tests", "vts"],
defaults: ["libcutils_test_static_defaults"],
test_config: "KernelLibcutilsTest.xml",
}