blob: 9504848e5dbfa983bc74bf10ffd24cfed2fb48da [file] [log] [blame]
Nash Lincoln4f6a9cc2015-09-17 14:02:30 -07001<!-- Copyright (C) 2015 The Android Open Source Project
2
3 Licensed under the Apache License, Version 2.0 (the "License");
4 you may not use this file except in compliance with the License.
5 You may obtain a copy of the License at
6
7 http://www.apache.org/licenses/LICENSE-2.0
8
9 Unless required by applicable law or agreed to in writing, software
10 distributed under the License is distributed on an "AS IS" BASIS,
11 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 See the License for the specific language governing permissions and
13 limitations under the License.
14-->
15<configuration description="Test module config for legacy android.net APIs as of API 22">
16 <include name="common-config" />
17 <option name="apk-installer:test-file-name" value="CtsNetTestCasesLegacyApi22.apk" />
18 <test class="com.android.tradefed.testtype.InstrumentationTest" >
19 <option name="package" value="android.netlegacy22.api.cts" />
20 <option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
21 </test>
22</configuration>