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:
@@ -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
|
||||||
|
|||||||
@@ -96,7 +96,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",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -40,6 +40,7 @@ cc_test {
|
|||||||
test_suites: [
|
test_suites: [
|
||||||
"cts",
|
"cts",
|
||||||
"general-tests",
|
"general-tests",
|
||||||
"mts",
|
"mts-dnsresolver",
|
||||||
|
"mts-networking",
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user