Update AndroidTest.xml to be APCT suite ready
Test: atest FrameworksServicesTests Bug: 74440293 Bug: 77290273 Change-Id: I9f20e9979b17985c8cd7cdcefd73f677b8e5ecc1
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
limitations under the License.
|
||||
-->
|
||||
<configuration description="Runs Frameworks Services Tests.">
|
||||
<target_preparer class="com.android.tradefed.targetprep.TestAppInstallSetup">
|
||||
<option name="test-suite-tag" value="apct" />
|
||||
<option name="test-suite-tag" value="apct-instrumentation" />
|
||||
<target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
|
||||
<option name="cleanup-apks" value="true" />
|
||||
<option name="test-file-name" value="FrameworksServicesTests.apk" />
|
||||
<option name="test-file-name" value="JobTestApp.apk" />
|
||||
@@ -22,7 +24,6 @@
|
||||
<option name="test-file-name" value="SuspendTestApp.apk" />
|
||||
</target_preparer>
|
||||
|
||||
<option name="test-suite-tag" value="apct" />
|
||||
<option name="test-tag" value="FrameworksServicesTests" />
|
||||
<test class="com.android.tradefed.testtype.AndroidJUnitTest" >
|
||||
<option name="package" value="com.android.frameworks.servicestests" />
|
||||
|
||||
Reference in New Issue
Block a user