diff options
-rw-r--r-- | tests/wifitests/Android.bp | 5 | ||||
-rw-r--r-- | tests/wifitests/AndroidTest.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/tests/wifitests/Android.bp b/tests/wifitests/Android.bp index 8d599c9da..fa436bd35 100644 --- a/tests/wifitests/Android.bp +++ b/tests/wifitests/Android.bp @@ -101,7 +101,10 @@ android_test { min_sdk_version: "29", platform_apis: true, privileged: true, - test_suites: ["device-tests"], + test_suites: [ + "device-tests", + "mts", + ], // For coverage jacoco: { diff --git a/tests/wifitests/AndroidTest.xml b/tests/wifitests/AndroidTest.xml index 9fea86694..d9f363449 100644 --- a/tests/wifitests/AndroidTest.xml +++ b/tests/wifitests/AndroidTest.xml @@ -14,7 +14,7 @@ limitations under the License. --> <configuration description="Runs Frameworks Wifi Tests."> - <target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup"> + <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> <option name="test-file-name" value="FrameworksWifiTests.apk" /> </target_preparer> |