diff options
author | Haamed Gheibi <haamed@google.com> | 2023-07-31 15:12:12 -0700 |
---|---|---|
committer | Haamed Gheibi <haamed@google.com> | 2023-07-31 15:12:52 -0700 |
commit | a2a2571452136c937bf4a6054ef0dc61bd046222 (patch) | |
tree | 6a9df24ce9e6406f98e5c445842dca79d4c039c6 | |
parent | 6f26e83e01f99fe2da4e8fb5e33853b866c4c07e (diff) | |
parent | 40e9f1537e308ed49e3b561ce333e3f2bb64f31e (diff) |
Merge UP1A.230905.011
Change-Id: Ie6f0642f9bfcfe5b52f6bbcbd0e1325b51b496de
-rw-r--r-- | radio/1.2/vts/functional/AndroidTest.xml | 1 | ||||
-rw-r--r-- | radio/1.3/vts/functional/AndroidTest.xml | 1 | ||||
-rw-r--r-- | radio/1.4/vts/functional/AndroidTest.xml | 1 | ||||
-rw-r--r-- | radio/1.5/vts/functional/AndroidTest.xml | 36 | ||||
-rw-r--r-- | radio/1.6/vts/functional/AndroidTest.xml | 36 |
5 files changed, 75 insertions, 0 deletions
diff --git a/radio/1.2/vts/functional/AndroidTest.xml b/radio/1.2/vts/functional/AndroidTest.xml index e25249bda5..4a0be5662d 100644 --- a/radio/1.2/vts/functional/AndroidTest.xml +++ b/radio/1.2/vts/functional/AndroidTest.xml @@ -30,6 +30,7 @@ <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_2TargetTest" /> </test> </configuration> diff --git a/radio/1.3/vts/functional/AndroidTest.xml b/radio/1.3/vts/functional/AndroidTest.xml index 44b74191b3..a2cd791427 100644 --- a/radio/1.3/vts/functional/AndroidTest.xml +++ b/radio/1.3/vts/functional/AndroidTest.xml @@ -30,6 +30,7 @@ <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_3TargetTest" /> </test> </configuration> diff --git a/radio/1.4/vts/functional/AndroidTest.xml b/radio/1.4/vts/functional/AndroidTest.xml index d0843e6f6b..54051ed4f0 100644 --- a/radio/1.4/vts/functional/AndroidTest.xml +++ b/radio/1.4/vts/functional/AndroidTest.xml @@ -30,6 +30,7 @@ <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_4TargetTest" /> </test> </configuration> diff --git a/radio/1.5/vts/functional/AndroidTest.xml b/radio/1.5/vts/functional/AndroidTest.xml new file mode 100644 index 0000000000..d3617c81a9 --- /dev/null +++ b/radio/1.5/vts/functional/AndroidTest.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2023 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_5TargetTest."> + <option name="test-suite-tag" value="apct" /> + <option name="test-suite-tag" value="apct-native" /> + <option name="config-descriptor:metadata" key="token" value="SIM_CARD" /> + + <!-- 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_5TargetTest->/data/local/tmp/VtsHalRadioV1_5TargetTest" /> + </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_5TargetTest" /> + </test> +</configuration> diff --git a/radio/1.6/vts/functional/AndroidTest.xml b/radio/1.6/vts/functional/AndroidTest.xml new file mode 100644 index 0000000000..c3ecdb0761 --- /dev/null +++ b/radio/1.6/vts/functional/AndroidTest.xml @@ -0,0 +1,36 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- Copyright (C) 2023 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_6TargetTest."> + <option name="test-suite-tag" value="apct" /> + <option name="test-suite-tag" value="apct-native" /> + <option name="config-descriptor:metadata" key="token" value="SIM_CARD" /> + + <!-- 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_6TargetTest->/data/local/tmp/VtsHalRadioV1_6TargetTest" /> + </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_6TargetTest" /> + </test> +</configuration> |