blob: 4ebda1bc530c9d4d9c3ac7cec144597d5304ee33 [file] [log] [blame]
Guang Zhu97081842016-06-30 18:26:20 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2016 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="Runs CTS with common options set developer workflow: skips most checks">
17
18 <include name="cts" />
19
20 <option name="log-level" value="verbose" />
21 <option name="skip-preconditions" value="true" />
22 <option name="skip-device-info" value="true" />
Guang Zhu334882b2017-04-10 18:03:14 -070023 <option name="result-reporter:compress-logs" value="false" />
Guang Zhu97081842016-06-30 18:26:20 -070024
Julien Desprez3dfcc8c2016-09-09 12:19:10 +010025 <option name="plan" value="cts-dev" />
Guang Zhu97081842016-06-30 18:26:20 -070026 <option name="compatibility:skip-all-system-status-check" value="true" />
Julien Desprez8dbefb42016-07-04 12:02:54 +010027 <option name="compatibility:primary-abi-only" value="true" />
Guang Zhu97081842016-06-30 18:26:20 -070028
29</configuration>