blob: 68e9c1bf54025a6228316ceea55fa99e1b3b237d [file] [log] [blame]
David Brazdil1267a282020-10-15 12:33:20 +00001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2020 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
David Brazdil49f8a4d2021-03-04 09:57:33 +000017<configuration description="Config for Virtualization tests">
Jiyong Park29de5172022-02-08 00:37:05 +090018 <option name="test-suite-tag" value="cts" />
19 <option name="config-descriptor:metadata" key="component" value="security" />
20 <option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
21 <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
22 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
David Brazdil1267a282020-10-15 12:33:20 +000023 <!-- Push test binaries to the device. -->
24 <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
25 <option name="cleanup" value="true" />
26 <option name="abort-on-push-failure" value="true" />
Jiyong Park29de5172022-02-08 00:37:05 +090027 <option name="push-file" key="VirtualizationTestCases.64" value="/data/local/tmp/virt-test/VirtualizationTestCases.64" />
David Brazdil49f8a4d2021-03-04 09:57:33 +000028 <option name="push-file" key="virt_test_kernel" value="/data/local/tmp/virt-test/kernel" />
29 <option name="push-file" key="virt_test_initramfs.img" value="/data/local/tmp/virt-test/initramfs" />
David Brazdil1267a282020-10-15 12:33:20 +000030 </target_preparer>
31
Andrew Walbran523340e2021-07-01 15:33:07 +000032 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer">
33 <option name="force-root" value="true" />
34 </target_preparer>
35
David Brazdil49f8a4d2021-03-04 09:57:33 +000036 <test class="com.android.tradefed.testtype.GTest" >
37 <option name="native-test-device-path" value="/data/local/tmp/virt-test" />
Jiyong Park29de5172022-02-08 00:37:05 +090038 <option name="module-name" value="VirtualizationTestCases.64" />
David Brazdil49f8a4d2021-03-04 09:57:33 +000039 <!-- test-timeout unit is ms, value = 2 minutes -->
40 <option name="native-test-timeout" value="120000" />
David Brazdil1267a282020-10-15 12:33:20 +000041 </test>
42</configuration>