Merge "Replace "mts" with "mts-tethering"." am: 200e42063c

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Connectivity/+/1864894

Change-Id: I86bfa59c32e41526ab05580d425e7dad7a4f7dd1
This commit is contained in:
Kimberly Kreider
2021-11-02 00:06:06 +00:00
committed by Automerger Merge Worker
4 changed files with 5 additions and 5 deletions

View File

@@ -77,7 +77,7 @@ android_test {
defaults: ["TetheringIntegrationTestsDefaults"],
test_suites: [
"device-tests",
"mts",
"mts-tethering",
],
compile_multilib: "both",
jarjar_rules: ":NetworkStackJarJarRules",
@@ -129,7 +129,7 @@ android_test {
platform_apis: true,
min_sdk_version: "30",
target_sdk_version: "30",
test_suites: ["device-tests", "mts"],
test_suites: ["device-tests", "mts-tethering"],
test_config: "AndroidTest_Coverage.xml",
defaults: ["libnetworkstackutilsjni_deps"],
static_libs: [

View File

@@ -42,7 +42,7 @@ android_test {
platform_apis: true,
test_suites: [
"device-tests",
"mts",
"mts-tethering",
],
static_libs: [
"androidx.test.rules",

View File

@@ -97,7 +97,7 @@ android_test {
platform_apis: true,
test_suites: [
"device-tests",
"mts",
"mts-tethering",
],
defaults: ["TetheringTestsDefaults"],
compile_multilib: "both",

View File

@@ -66,7 +66,7 @@ android_test {
min_sdk_version: "30",
// TODO: change to 31 as soon as it is available
target_sdk_version: "30",
test_suites: ["general-tests", "mts"],
test_suites: ["general-tests", "mts-tethering"],
defaults: [
"framework-connectivity-test-defaults",
"FrameworksNetTests-jni-defaults",