blob: 248db71aac47037f540ae30fcead27d2e5827aa9 [file] [log] [blame]
Guang Zhu7afa91e2015-02-06 00:44:34 -08001<?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" />
Guang Zhu00e24462015-03-05 14:19:02 -080018 <option name="run-command:run-command" value="settings put secure enabled_accessibility_services android.view.accessibility.services/.SpeakingAccessibilityService:android.view.accessibility.services/.VibratingAccessibilityService" />
19 <option name="run-command:run-command" value="settings put secure touch_exploration_granted_accessibility_services android.view.accessibility.services/.SpeakingAccessibilityService:android.view.accessibility.services/.VibratingAccessibilityService" />
Guang Zhu7afa91e2015-02-06 00:44:34 -080020 <option name="run-command:run-command" value="settings put secure accessibility_enabled 1" />
Guang Zhu00e24462015-03-05 14:19:02 -080021 <option name="run-command:teardown-command" value="settings put secure enabled_accessibility_services &quot;&quot;" />
22 <option name="run-command:teardown-command" value="settings put secure touch_exploration_granted_accessibility_services &quot;&quot;" />
Guang Zhu7afa91e2015-02-06 00:44:34 -080023 <option name="run-command:teardown-command" value="settings put secure accessibility_enabled 0" />
Stuart Scott0f2d8db2015-08-11 10:12:06 -070024 <option name="apk-installer:test-file-name" value="CtsAccessibilityTestCases.apk" />
25 <option name="apk-installer:test-file-name" value="CtsSomeAccessibilityServices.apk" />
26 <test class="com.android.tradefed.testtype.InstrumentationTest" >
Stuart Scott7ee79832015-09-14 16:03:45 -070027 <option name="package" value="android.view.accessibility.cts" />
Stuart Scott0f2d8db2015-08-11 10:12:06 -070028 <option name="runner" value="android.support.test.runner.AndroidJUnitRunner" />
29 </test>
Guang Zhu7afa91e2015-02-06 00:44:34 -080030</configuration>