Skip to content

Commit 55fa34a

Browse files
committed
Drop SDN-specific metrics test
1 parent 99db222 commit 55fa34a

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

test/extended/prometheus/prometheus.go

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import (
3939
configv1 "github.com/openshift/api/config/v1"
4040

4141
testresult "github.com/openshift/origin/pkg/test/ginkgo/result"
42-
"github.com/openshift/origin/test/extended/networking"
4342
exutil "github.com/openshift/origin/test/extended/util"
4443
helper "github.com/openshift/origin/test/extended/util/prometheus"
4544
)
@@ -828,17 +827,6 @@ var _ = g.Describe("[sig-instrumentation] Prometheus [apigroup:image.openshift.i
828827
o.Expect(err).NotTo(o.HaveOccurred())
829828
})
830829

831-
networking.InOpenShiftSDNContext(func() {
832-
g.It("should be able to get the sdn ovs flows", func() {
833-
tests := map[string]bool{
834-
// something
835-
`openshift_sdn_ovs_flows >= 1`: true,
836-
}
837-
err := helper.RunQueries(context.TODO(), oc.NewPrometheusClient(context.TODO()), tests, oc)
838-
o.Expect(err).NotTo(o.HaveOccurred())
839-
})
840-
})
841-
842830
g.It("shouldn't report any alerts in firing state apart from Watchdog and AlertmanagerReceiversNotConfigured [Early][apigroup:config.openshift.io]", func() {
843831
// Copy so we can expand:
844832
allowedAlertNames := make([]string, len(allowedalerts.AllowedAlertNames))

test/extended/util/annotate/generated/zz_generated.annotations.go

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)