Skip to content

Commit e569d8b

Browse files
Merge pull request #30865 from candita/OCPBUGS-38666-RemoveTestException
OCPBUGS-38666, OCPBUGS-38750, OCPBUGS-62623: Remove DNS test exceptions
2 parents b317dd5 + 6eedae9 commit e569d8b

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

  • pkg/monitortests/clusterversionoperator/legacycvomonitortests

pkg/monitortests/clusterversionoperator/legacycvomonitortests/operators.go

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,6 @@ func testStableSystemOperatorStateTransitions(events monitorapi.Intervals, clien
121121
if operator == "cloud-credential" {
122122
return "https://issues.redhat.com/browse/OCPBUGS-42872"
123123
}
124-
if operator == "dns" && condition.Reason == "DNSDegraded" {
125-
return "https://issues.redhat.com/browse/OCPBUGS-38750"
126-
}
127124
if operator == "ingress" {
128125
return "https://issues.redhat.com/browse/OCPBUGS-45921"
129126
}
@@ -441,10 +438,6 @@ func testUpgradeOperatorStateTransitions(events monitorapi.Intervals, clientConf
441438
}
442439
}
443440
}
444-
case "dns":
445-
if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue && condition.Reason == "DNSDegraded" {
446-
return "https://issues.redhat.com/browse/OCPBUGS-38666"
447-
}
448441
case "openshift-samples":
449442
if condition.Type == configv1.OperatorDegraded && condition.Status == configv1.ConditionTrue && condition.Reason == "APIServerServiceUnavailableError" {
450443
return "https://issues.redhat.com/browse/OCPBUGS-38679"
@@ -748,10 +741,6 @@ func testUpgradeOperatorProgressingStateTransitions(events monitorapi.Intervals,
748741
if reason == "SyncLoopRefresh_InProgress" {
749742
return "https://issues.redhat.com/browse/OCPBUGS-64688"
750743
}
751-
case "dns":
752-
if reason == "DNSReportsProgressingIsTrue" {
753-
return "https://issues.redhat.com/browse/OCPBUGS-62623"
754-
}
755744
case "image-registry":
756745
if reason == "NodeCADaemonUnavailable::Ready" || reason == "DeploymentNotCompleted" {
757746
return "https://issues.redhat.com/browse/OCPBUGS-62626"

0 commit comments

Comments
 (0)