Sundong Ahn | 7683944 | 2019-03-20 23:02:57 +0900 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2019 The Android Open Source Project |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | --> |
| 16 | <configuration description="Config for VTS VtsValidateMediaProfiles."> |
| 17 | <option name="config-descriptor:metadata" key="plan" value="vts-treble" /> |
| 18 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.VtsFilePusher"> |
| 19 | <option name="abort-on-push-failure" value="false"/> |
| 20 | <option name="push-group" value="HostDrivenTest.push"/> |
| 21 | <option name="push" value="DATA/etc/media_profiles.xsd->/data/local/tmp/media_profiles.xsd"/> |
| 22 | </target_preparer> |
| 23 | <test class="com.android.tradefed.testtype.VtsMultiDeviceTest"> |
| 24 | <option name="test-module-name" value="VtsValidateMediaProfiles"/> |
| 25 | <option name="binary-test-source" value="_32bit::DATA/nativetest/vts_mediaProfiles_validate_test/vts_mediaProfiles_validate_test" /> |
| 26 | <option name="binary-test-source" value="_64bit::DATA/nativetest64/vts_mediaProfiles_validate_test/vts_mediaProfiles_validate_test" /> |
| 27 | <option name="binary-test-type" value="gtest"/> |
| 28 | <option name="test-timeout" value="30s"/> |
| 29 | </test> |
| 30 | </configuration> |