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

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

Change-Id: I5aed0f6bfc7bbb30c5c6794431276e40a110b3a4
This commit is contained in:
Kimberly Kreider
2021-03-17 02:47:32 +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 // Tag this module as a mts test artifact
test_suites: [ test_suites: [
"general-tests", "general-tests",
"mts", "mts-tethering",
], ],
// Include both the 32 and 64 bit versions // Include both the 32 and 64 bit versions

View File

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

View File

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

View File

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