summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorChin Cheng Chu <chinchengc@google.com>2024-03-14 09:12:21 +0000
committerChin Cheng Chu <chinchengc@google.com>2024-03-14 10:07:54 +0000
commitb34429fffd081a5cda796c7d4642698d048eaddf (patch)
treedb544e9fc1f96cd4843f49f4acee76794e02f714 /tools
parent1a142609e1d693402d4de834547bc935d85ba5e4 (diff)
downloadcts-b34429fffd081a5cda796c7d4642698d048eaddf.tar.gz
Create the "cts-focused" test plan for GKI
bug: 329356314 Change-Id: I2147d034087fcefdcd206d38e57dce94e4322d78 Test: TH
Diffstat (limited to 'tools')
-rw-r--r--tools/cts-tradefed/res/config/cts-focused.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-focused.xml b/tools/cts-tradefed/res/config/cts-focused.xml
new file mode 100644
index 00000000000..a69b2fc84f4
--- /dev/null
+++ b/tools/cts-tradefed/res/config/cts-focused.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2024 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<configuration description="Runs a subset of CTS for GKI">
+
+ <include name="cts" />
+
+ <option name="plan" value="cts-focused" />
+
+ <!-- Excluded test cases start-->
+
+ <!-- b/329356314 -->
+ <option name="compatibility:exclude-filter" value="CtsAccessibilityTestCases" />
+
+</configuration>