Skip to content

Commit d35f108

Browse files
committed
UPSTREAM: <carry>: Disable tests of DynamicResourceAllocation beta API
- DRA is graduated to GA and we don't want to enable the beta api support and hence disabling the tests that run on the DRA beta APIs Signed-off-by: Sai Ramesh Vanka <[email protected]>
1 parent b2b1181 commit d35f108

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

openshift-hack/cmd/k8s-tests-ext/disabled_tests.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,16 @@ func filterOutDisabledSpecs(specs et.ExtensionTestSpecs) et.ExtensionTestSpecs {
169169
// https://issues.redhat.com/browse/OCPBUGS-17194
170170
"[sig-node] ImageCredentialProvider [Feature:KubeletCredentialProviders] should be able to create pod with image credentials fetched from external credential provider",
171171
},
172+
// tests for beta APIs that are not enabled
173+
"DisabledResourceBetaAPI": {
174+
// Disabling DRA tests with beta api
175+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list filters config correctly for multiple devices [Feature:DRAPrioritizedList]",
176+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list uses the config for the selected subrequest [Feature:DRAPrioritizedList]",
177+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list selects the first subrequest that can be satisfied [Feature:DRAPrioritizedList]",
178+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with prioritized list chooses the correct subrequest subject to constraints [Feature:DRAPrioritizedList]",
179+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with v1beta2 API supports requests with alternatives [Feature:DRAPrioritizedList]",
180+
"[sig-node] DRA [Feature:DynamicResourceAllocation] [FeatureGate:DynamicResourceAllocation] [Beta] [Feature:OffByDefault] with v1beta2 API supports simple ResourceClaim",
181+
},
172182
// tests that may work, but we don't support them
173183
"Unsupported": {
174184
"[Driver: rbd]", // OpenShift 4.x does not support Ceph RBD (use CSI instead)

0 commit comments

Comments
 (0)