blob: 6b86085aaef1b0ea073f79d8ce21ffbed6b42f4c [file] [log] [blame]
Dan Shi73683162017-03-28 17:22:41 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2017 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 recovery_component_test and recovery_unit_test">
17 <target_preparer class="com.android.tradefed.targetprep.PushFilePreparer">
18 <option name="cleanup" value="true" />
Tao Bao9d91e892018-03-30 20:43:45 -070019 <option name="push" value="recovery_component_test->/data/local/tmp/recovery_component_test/recovery_component_test" />
20 <option name="push" value="testdata->/data/local/tmp/recovery_component_test/testdata" />
21 <option name="push" value="recovery_unit_test->/data/local/tmp/recovery_unit_test/recovery_unit_test" />
22 <option name="push" value="testdata->/data/local/tmp/recovery_unit_test/testdata" />
Dan Shi73683162017-03-28 17:22:41 -070023 </target_preparer>
24 <option name="test-suite-tag" value="apct" />
25 <test class="com.android.tradefed.testtype.GTest" >
Tao Bao9d91e892018-03-30 20:43:45 -070026 <option name="native-test-device-path" value="/data/local/tmp/recovery_component_test" />
Dan Shi73683162017-03-28 17:22:41 -070027 <option name="module-name" value="recovery_component_test" />
28 </test>
29 <test class="com.android.tradefed.testtype.GTest" >
Tao Bao9d91e892018-03-30 20:43:45 -070030 <option name="native-test-device-path" value="/data/local/tmp/recovery_unit_test" />
Dan Shi73683162017-03-28 17:22:41 -070031 <option name="module-name" value="recovery_unit_test" />
32 </test>
33</configuration>