1<?xml version="1.0" encoding="utf-8"?> 2<!-- Copyright (C) 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="Config for Vkms with 5 Connectors with explicit configuration running VtsHalGraphicsComposer3_TargetTest"> 17 <option name="test-suite-tag" value="hcct"/> 18 <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> 19 20 <target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher"> 21 <option name="append-bitness" value="false"/> 22 <option name="push-file" key="VtsHalGraphicsComposer3_TargetTest" value="/data/local/tmp/VtsHalGraphicsComposer3_TargetTest"/> 23 <option name="push-file" key="setup_vkms_connectors_for_atest" value="/data/local/tmp/setup_vkms_connectors_for_atest"/> 24 <option name="push-file" key="teardown_vkms" value="/data/local/tmp/teardown_vkms"/> 25 </target_preparer> 26 27 <target_preparer class="com.android.tradefed.targetprep.RunCommandTargetPreparer"> 28 <option name="run-command" value="stop"/> 29 <option name="run-command" value="stop vendor.hwcomposer-3"/> 30 <option name="run-command" value="/data/local/tmp/setup_vkms_connectors_for_atest --config eDP,0,REDRIX DP,1,HP_Spectre32_4K_DP HDMIA,2,ACI_9155_ASUS_VH238_HDMI HDMIA,3,HWP_12447_HP_Z24i_HDMI DP,4,DEL_61463_DELL_U2410_DP"/> 31 <option name="teardown-command" value="/data/local/tmp/teardown_vkms"/> 32 <option name="teardown-command" value="start vendor.hwcomposer-3"/> 33 <option name="teardown-command" value="start"/> 34 </target_preparer> 35 36 <test class="com.android.tradefed.testtype.GTest" > 37 <option name="native-test-device-path" value="/data/local/tmp" /> 38 <option name="module-name" value="VtsHalGraphicsComposer3_TargetTest" /> 39 <option name="native-test-timeout" value="900000"/> 40 </test> 41</configuration> 42