blob: 8d39bd796e310d6218263a1a00500c211a70c39d [file] [log] [blame]
Paul Duffin20802de2017-07-04 15:12:05 +01001<?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-->
Paul Duffincfdcd792017-07-14 15:45:11 +010016<configuration description="Config for CTS Current API Signature test cases">
jdesprez503a3db2017-12-16 04:19:31 -080017 <option name="test-suite-tag" value="cts" />
Paul Duffin20802de2017-07-04 15:12:05 +010018 <option name="config-descriptor:metadata" key="component" value="systems" />
Paul Duffin9e09f712019-05-30 10:32:30 +010019 <option name="config-descriptor:metadata" key="parameter" value="instant_app" />
Paul Duffine0731142019-03-12 13:08:56 +000020 <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
Julien Desprez3b7a6432019-06-19 15:30:07 -070021 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
jdespreza55627c2017-08-02 15:48:46 -070022 <option name="not-shardable" value="true" />
Paul Duffin20802de2017-07-04 15:12:05 +010023 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
24 <option name="cleanup-apks" value="true" />
Paul Duffin5b111792017-07-10 14:56:04 +010025 <option name="test-file-name" value="CtsCurrentApiSignatureTestCases.apk" />
Paul Duffin20802de2017-07-04 15:12:05 +010026 </target_preparer>
27 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
Paul Duffin5b111792017-07-10 14:56:04 +010028 <option name="package" value="android.signature.cts.api.current" />
Paul Duffin16df1552017-07-05 10:13:16 +010029 <option name="runner" value="repackaged.android.test.InstrumentationTestRunner" />
Andreas Gampef03310e2019-02-05 11:51:59 -080030 <option name="class" value="android.signature.cts.api.current.SignatureTest" />
Makoto Onuki74ebc5d2020-06-01 09:35:10 -070031 <option name="instrumentation-arg" key="expected-api-files" value="current.api.gz" />
32 <option name="instrumentation-arg" key="unexpected-api-files" value="android-test-base-current.api.gz,android-test-mock-current.api.gz,android-test-runner-current.api.gz" />
Paul Duffin20802de2017-07-04 15:12:05 +010033 <option name="runtime-hint" value="30s" />
Paul Duffin387456c2020-10-22 10:56:14 +010034 <!-- Disable hidden API checks (http://b/171459260). -->
35 <option name="hidden-api-checks" value="false" />
Paul Duffin20802de2017-07-04 15:12:05 +010036 </test>
37</configuration>