blob: 4369acc518e15b668f3d822bb214e65d529e1187 [file] [log] [blame]
Suprabh Shukla46dc5c02017-08-30 15:36:56 -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
17<configuration description="Config for CTS Alarm Manager test cases">
jdesprez503a3db2017-12-16 04:19:31 -080018 <option name="test-suite-tag" value="cts" />
Suprabh Shukla46dc5c02017-08-30 15:36:56 -070019 <option name="config-descriptor:metadata" key="component" value="framework" />
Suprabh Shukla346b7162019-02-07 14:22:19 -080020 <option name="config-descriptor:metadata" key="parameter" value="not_multi_abi" />
21 <option name="config-descriptor:metadata" key="parameter" value="instant_app" />
Bookatzd7eac682019-10-16 11:29:58 -040022 <option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
Suprabh Shukla46dc5c02017-08-30 15:36:56 -070023
24 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
25 <option name="cleanup-apks" value="true" />
26 <option name="test-file-name" value="CtsAlarmManagerTestCases.apk" />
27 <option name="test-file-name" value="AlarmTestApp.apk" />
28 </target_preparer>
29
30 <test class="com.android.tradefed.testtype.AndroidJUnitTest" >
31 <option name="package" value="android.alarmmanager.cts" />
32 <option name="runtime-hint" value="1m" />
33 </test>
34
35</configuration>