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

Commit 953f5d80 authored by Dan Shi's avatar Dan Shi Committed by Automerger Merge Worker
Browse files

Merge "Fix bad test config for VtsHalRadioV1_4TargetTest" am: 2fbbdd95 am:...

Merge "Fix bad test config for VtsHalRadioV1_4TargetTest" am: 2fbbdd95 am: 412837cf am: cf6c6193

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1427534

Change-Id: I339f063dee2b3081da142b1c29ce020398be031b
parents ecbff25e cf6c6193
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
     See the License for the specific language governing permissions and
     limitations under the License.
-->
<configuration description="Runs VtsHalRadioV1_3TargetTest.">
<configuration description="Runs VtsHalRadioV1_4TargetTest.">
    <option name="test-suite-tag" value="apct" />
    <option name="test-suite-tag" value="apct-native" />

@@ -24,11 +24,11 @@

    <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
        <option name="cleanup" value="true" />
        <option name="push" value="VtsHalRadioV1_3TargetTest->/data/local/tmp/VtsHalRadioV1_3TargetTest" />
        <option name="push" value="VtsHalRadioV1_4TargetTest->/data/local/tmp/VtsHalRadioV1_4TargetTest" />
    </target_preparer>

    <test class="com.android.tradefed.testtype.GTest" >
        <option name="native-test-device-path" value="/data/local/tmp" />
        <option name="module-name" value="VtsHalRadioV1_3TargetTest" />
        <option name="module-name" value="VtsHalRadioV1_4TargetTest" />
    </test>
</configuration>