Remove platform cert from Tethering tests
Bug: 156866746 Test: atest TetheringTests, TetheringCoverageTests Merged-In: I7c539f1f4a447b5913164b222601c6113c6fe645 Change-Id: I7c539f1f4a447b5913164b222601c6113c6fe645
This commit is contained in:
committed by
Mark Chien
parent
cd309138ce
commit
369fd25f79
@@ -63,7 +63,6 @@ android_test {
|
|||||||
// NetworkStackTests.
|
// NetworkStackTests.
|
||||||
android_test {
|
android_test {
|
||||||
name: "TetheringCoverageTests",
|
name: "TetheringCoverageTests",
|
||||||
certificate: "platform",
|
|
||||||
platform_apis: true,
|
platform_apis: true,
|
||||||
test_suites: ["device-tests", "mts"],
|
test_suites: ["device-tests", "mts"],
|
||||||
test_config: "AndroidTest_Coverage.xml",
|
test_config: "AndroidTest_Coverage.xml",
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ android_library {
|
|||||||
|
|
||||||
android_test {
|
android_test {
|
||||||
name: "TetheringTests",
|
name: "TetheringTests",
|
||||||
certificate: "platform",
|
platform_apis: true,
|
||||||
test_suites: [
|
test_suites: [
|
||||||
"device-tests",
|
"device-tests",
|
||||||
"mts",
|
"mts",
|
||||||
|
|||||||
Reference in New Issue
Block a user