Inseob Kim | 40bac13 | 2025-01-03 17:35:24 +0900 | [diff] [blame^] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright 2025 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="Runs avf_early_vm_test."> |
| 17 | <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"> |
| 18 | <option name="force-root" value="true"/> |
| 19 | </target_preparer> |
| 20 | |
| 21 | <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer"> |
| 22 | <option name="abort-on-push-failure" value="true" /> |
| 23 | <option name="remount-system" value="true" /> |
| 24 | <option name="push-file" key="avf_early_vm_test_launcher" value="/system_ext/bin/avf_early_vm_test_launcher" /> |
| 25 | <option name="push-file" key="rialto.bin" value="/system_ext/etc/avf/rialto_test.bin" /> |
| 26 | <option name="push-file" key="early_vms_rialto_test.xml" value="/system_ext/etc/avf/early_vms_rialto_test.xml" /> |
| 27 | </target_preparer> |
| 28 | |
| 29 | <test class="com.android.tradefed.testtype.python.PythonBinaryHostTest"> |
| 30 | <option name="par-file-name" value="avf_early_vm_test" /> |
| 31 | <option name="test-timeout" value="5m" /> |
| 32 | </test> |
| 33 | </configuration> |