From ab8acaedaeda99d169aa08f775e1282660aabd37 Mon Sep 17 00:00:00 2001 From: Dan Shi Date: Thu, 26 Mar 2020 11:51:48 -0700 Subject: [PATCH] Rename vts-core to vts Bug: 151896491 Test: local build Exempt-From-Owner-Approval: This CL moves all tests in vts-core to vts. It won't change test logic or behavior. Change-Id: I24779951257ce37fc18929f214d3cf5f76c23a19 Merged-In: I24779951257ce37fc18929f214d3cf5f76c23a19 --- fastboot/fuzzy_fastboot/Android.bp | 2 +- fs_mgr/libdm/Android.bp | 2 +- fs_mgr/libfiemap/Android.bp | 2 +- fs_mgr/liblp/Android.bp | 2 +- fs_mgr/liblp/liblp_test.xml | 1 - fs_mgr/libsnapshot/Android.bp | 2 +- libcutils/Android.bp | 2 +- 7 files changed, 6 insertions(+), 7 deletions(-) diff --git a/fastboot/fuzzy_fastboot/Android.bp b/fastboot/fuzzy_fastboot/Android.bp index bb54fd983..aa449b2fb 100644 --- a/fastboot/fuzzy_fastboot/Android.bp +++ b/fastboot/fuzzy_fastboot/Android.bp @@ -49,6 +49,6 @@ cc_test_host { auto_gen_config: false, test_suites: [ "general-tests", - "vts-core", + "vts", ], } diff --git a/fs_mgr/libdm/Android.bp b/fs_mgr/libdm/Android.bp index c2c2cc4da..dae746f50 100644 --- a/fs_mgr/libdm/Android.bp +++ b/fs_mgr/libdm/Android.bp @@ -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, } diff --git a/fs_mgr/libfiemap/Android.bp b/fs_mgr/libfiemap/Android.bp index ac589c77e..9d18a442b 100644 --- a/fs_mgr/libfiemap/Android.bp +++ b/fs_mgr/libfiemap/Android.bp @@ -81,7 +81,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, diff --git a/fs_mgr/liblp/Android.bp b/fs_mgr/liblp/Android.bp index ad19f387e..a779a7822 100644 --- a/fs_mgr/liblp/Android.bp +++ b/fs_mgr/liblp/Android.bp @@ -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, diff --git a/fs_mgr/liblp/liblp_test.xml b/fs_mgr/liblp/liblp_test.xml index d9ee12eac..98414b109 100644 --- a/fs_mgr/liblp/liblp_test.xml +++ b/fs_mgr/liblp/liblp_test.xml @@ -19,7 +19,6 @@