Skip to content

Commit

Permalink
Merge pull request #24857 from dcbw/exclude-ovnkube-metrics
Browse files Browse the repository at this point in the history
test/extended: exclude ovnkube master/node metrics endpoints from secure test
  • Loading branch information
openshift-merge-robot committed Apr 11, 2020
2 parents 263df00 + 84d62f1 commit ddee3f6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/extended/prometheus/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ var _ = g.Describe("[sig-instrumentation] Prometheus", func() {
// job="crio" - https://issues.redhat.com/browse/MON-1034 + https://issues.redhat.com/browse/OCPNODE-321
// job="sdn" - https://bugzilla.redhat.com/show_bug.cgi?id=1809205
// job="multus-admission-controller-monitor-service" - https://bugzilla.redhat.com/show_bug.cgi?id=1809204
// job="ovnkube-master" - https://issues.redhat.com/browse/SDN-912
// job="ovnkube-node" - https://issues.redhat.com/browse/SDN-912
// Exclude list should be reduced to 0
exclude := map[string]bool{
"cco-metrics": true,
Expand All @@ -265,6 +267,8 @@ var _ = g.Describe("[sig-instrumentation] Prometheus", func() {
"crio": true,
"sdn": true,
"multus-admission-controller-monitor-service": true,
"ovnkube-master": true,
"ovnkube-node": true,
}

pattern := regexp.MustCompile("^https://.*")
Expand Down

0 comments on commit ddee3f6

Please sign in to comment.