Stuart Scott | 5ae19e1 | 2015-06-04 08:59:58 -0700 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <!-- Copyright (C) 2015 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="Base config for CTS package preparer"> |
| 17 | <include name="common-config" /> |
| 18 | <option name="apk-installer:test-file-name" value="CtsSampleDeviceTestCases.apk" /> |
| 19 | <test class="com.android.tradefed.testtype.InstrumentationTest" > |
| 20 | <option name="package" value="android.sample.cts" /> |
| 21 | <option name="runner" value="android.support.test.runner.AndroidJUnitRunner" /> |
| 22 | </test> |
Henry Jian | fbb245a | 2015-07-31 14:39:56 -0700 | [diff] [blame] | 23 | <target_preparer class="com.android.compatibility.common.tradefed.targetprep.DynamicConfigPusher"> |
| 24 | <option name="target" value="device" /> |
| 25 | <option name="module-name" value="CtsSampleDeviceTestCases"/> |
Henry Jian | 785dd11 | 2015-08-17 18:56:33 -0700 | [diff] [blame] | 26 | <option name="version-name" value="1.0"/> |
Henry Jian | fbb245a | 2015-07-31 14:39:56 -0700 | [diff] [blame] | 27 | </target_preparer> |
Stuart Scott | 5ae19e1 | 2015-06-04 08:59:58 -0700 | [diff] [blame] | 28 | </configuration> |