Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0b49aef authored by jdesprez's avatar jdesprez Committed by android-build-merger
Browse files

Merge "Update AndroidTest.xml to be APCT suite ready" into pi-dev

am: 51edfcf6

Change-Id: I42813638e274ab7bc74122f25289c04815fc6b18
parents fe2f0f1a 51edfcf6
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -14,11 +14,13 @@
     limitations under the License.
-->
<configuration description="Runs Telecom Test Cases.">
    <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="TelecomUnitTests.apk" />
    </target_preparer>

    <option name="test-suite-tag" value="apct" />
    <option name="test-tag" value="TelecomUnitTests" />
    <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
        <option name="package" value="com.android.server.telecom.tests" />