efab6b568f
Note that this just increases the gtest time to match our highest wait times. Each test still has wait times fitted for the expected length of that test. Bug: 159289514 Test: atest VtsHalRadioV1_0TargetTest Change-Id: I0825305258bae20ea6e13e9b9a65ce30b7153611 Merged-In: I0825305258bae20ea6e13e9b9a65ce30b7153611
35 lines
1.7 KiB
XML
35 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!-- Copyright (C) 2019 The Android Open Source Project
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
-->
|
|
<configuration description="Runs VtsHalRadioV1_1TargetTest.">
|
|
<option name="test-suite-tag" value="apct" />
|
|
<option name="test-suite-tag" value="apct-native" />
|
|
|
|
<!-- TODO: b/154638140, b/152655658: bad interactions -->
|
|
<target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
|
|
<target_preparer class="com.android.tradefed.targetprep.MultiSimPreparer" />
|
|
<target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer" />
|
|
|
|
<target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
|
|
<option name="cleanup" value="true" />
|
|
<option name="push" value="VtsHalRadioV1_1TargetTest->/data/local/tmp/VtsHalRadioV1_1TargetTest" />
|
|
</target_preparer>
|
|
|
|
<test class="com.android.tradefed.testtype.GTest" >
|
|
<option name="native-test-device-path" value="/data/local/tmp" />
|
|
<option name="native-test-timeout" value="300000" /> <!-- 5 min -->
|
|
<option name="module-name" value="VtsHalRadioV1_1TargetTest" />
|
|
</test>
|
|
</configuration>
|