summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoss Yeh <rossyeh@google.com>2022-06-17 00:09:13 +0000
committerRoss Yeh <rossyeh@google.com>2022-06-17 00:09:15 +0000
commiteadeb888e61d9487af6a934e339f44179909d756 (patch)
tree2fddfb081efe56ed4d57b837077141d0e3b09205
parent5cd9c40d3099e0509d07ddbbe364a158d76b6227 (diff)
downloadcts-eadeb888e61d9487af6a934e339f44179909d756.tar.gz
Remove cts-foldable test plan
To support the updated foldable testing approach in the main CTS run Bug: 236316700 Change-Id: I2be32086f12d7d0abffab74f840424610a0bc802
-rw-r--r--tools/cts-tradefed/res/config/cts-foldable.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/tools/cts-tradefed/res/config/cts-foldable.xml b/tools/cts-tradefed/res/config/cts-foldable.xml
deleted file mode 100644
index cf7457277f7..00000000000
--- a/tools/cts-tradefed/res/config/cts-foldable.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright (C) 2020 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="CTS plan for foldable devices">
-
- <include name="cts" />
-
- <option name="plan" value="cts-foldable" />
- <option name="result-attribute" key="display_mode" value="1" />
-
- <!-- CTS tests to be excluded in this plan-->
- <option name="compatibility:exclude-filter" value="CtsDeqpTestCases" />
-
- <!-- b/178344549: CtsCameraTestCases failures due to covered lenses in folded mode-->
- <option name="compatibility:exclude-filter" value="CtsCameraTestCases android.hardware.camera2.cts.BurstCaptureTest#testJpegBurst" />
- <option name="compatibility:exclude-filter" value="CtsCameraTestCases[instant] android.hardware.camera2.cts.BurstCaptureTest#testJpegBurst" />
- <!-- b/193752359: OrgOwnedProfileOwnerTest#testScreenCaptureDisabled failures due to personal
- launcher always visible on one of the screens. -->
- <option name="compatibility:exclude-filter" value="CtsDevicePolicyManagerTestCases com.android.cts.devicepolicy.OrgOwnedProfileOwnerTest#testScreenCaptureDisabled" />
- <!-- b/203779972: CtsCameraTestCases failures due to mismatching orientation between
- device and camera sensor. -->
- <option name="compatibility:exclude-filter" value="CtsCameraTestCases android.hardware.camera2.cts.ExtendedCameraCharacteristicsTest#testCameraOrientationAlignedWithDevice" />
- <option name="compatibility:exclude-filter" value="CtsCameraTestCases[instant] android.hardware.camera2.cts.ExtendedCameraCharacteristicsTest#testCameraOrientationAlignedWithDevice" />
-
-</configuration>