Merge "Make the test suite device-tests." into udc-dev

This commit is contained in:
Treehugger Robot
2023-05-15 20:09:31 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 1 deletions

View File

@@ -39,7 +39,7 @@ java_test_host {
"PackageManagerServiceHostTestsIntentVerifyUtils",
"block_device_writer_jar",
],
test_suites: ["general-tests"],
test_suites: ["device-tests"],
data: [
":PackageManagerTestApex",
":PackageManagerTestApexApp",

View File

@@ -30,6 +30,7 @@
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
<option name="cleanup-apks" value="true" />
<option name="install-arg" value="-t" />
<option name="install-arg" value="-g" />
<option name="test-file-name" value="PackageManagerServiceServerTests.apk" />
</target_preparer>