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:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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