summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-01 23:26:01 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-06-01 23:26:01 +0000
commitbcce5ac539d73e296360a33a0c879885ceb6529a (patch)
tree39495021e2e77c1cad19fa7743472652c947d752
parentc569a293b5c826054c9ea01938343705da776c8e (diff)
parentbab2fd5a7348db422aec5b8456d3eae7089b5a2e (diff)
downloadcatbox-android14-tests-release.tar.gz
Change-Id: I238a2383b930bdcc250db4b1628be9f5898b0e58
-rw-r--r--tools/catbox-tradefed/res/config/catbox-functional-display-setting.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/tools/catbox-tradefed/res/config/catbox-functional-display-setting.xml b/tools/catbox-tradefed/res/config/catbox-functional-display-setting.xml
new file mode 100644
index 0000000..aa2bf20
--- /dev/null
+++ b/tools/catbox-tradefed/res/config/catbox-functional-display-setting.xml
@@ -0,0 +1,33 @@
+<!--
+ Copyright (C) 2021 Google Inc.
+
+ 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="Complete Automotive Tests - Display Setting Functional Tests.">
+ <!-- Common Base -->
+ <include name="catbox-common"/>
+
+ <!-- Device Preparers -->
+ <include name="catbox-preparer"/>
+
+ <!-- Plan -->
+ <option name="plan" value="catbox-functional-display-setting"/>
+
+ <!-- Test Args -->
+ <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:runner:androidx.test.runner.AndroidJUnitRunner" />
+ <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:package:android.platform.tests" />
+ <option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:no-rerun:true" />
+
+ <!-- Tests -->
+ <option name="compatibility:include-filter" value="AndroidAutomotiveSettingsTests android.platform.tests.DisplaySettingTest" />
+</configuration> \ No newline at end of file