Merge "Enable networking tests to be included in partial MTS files as well as full mts." am: 6f4d35119f am: 8266302ee7

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

Change-Id: Id1fc29e6bfcc8422a2a2b8b0f609035b6ab9ae09
This commit is contained in:
Kimberly Kreider
2021-03-17 03:07:27 +00:00
committed by Automerger Merge Worker
4 changed files with 8 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ android_test {
// Tag this module as a mts test artifact
test_suites: [
"general-tests",
"mts",
"mts-tethering",
],
// Include both the 32 and 64 bit versions

View File

@@ -96,7 +96,10 @@ android_test {
target_sdk_version: "30",
test_suites: [
"general-tests",
"mts",
"mts-dnsresolver",
"mts-networking",
"mts-tethering",
"mts-wifi",
],
test_config_template: "AndroidTestTemplate.xml",
}

View File

@@ -40,6 +40,7 @@ cc_test {
test_suites: [
"cts",
"general-tests",
"mts",
"mts-dnsresolver",
"mts-networking",
],
}

View File

@@ -52,7 +52,7 @@ android_test {
test_suites: [
"cts",
"general-tests",
"mts",
"mts-tethering",
],
// Include both the 32 and 64 bit versions