Skip to content

Commit

Permalink
Merge pull request openshift#23579 from abhinavdahiya/gcp_skip_routes…
Browse files Browse the repository at this point in the history
…_controller

test/operators: whitelist gcp-routes-controller static pod as it is part of infra
  • Loading branch information
openshift-merge-robot authored Aug 9, 2019
2 parents edc5be3 + 5c465de commit 35279ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/extended/operators/tolerations.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var _ = Describe("[Feature:Platform][Smoke] Managed cluster should", func() {
namespacePrefixes := sets.NewString("kube-", "openshift-")
excludedNamespaces := sets.NewString("openshift-kube-apiserver", "openshift-kube-controller-manager", "openshift-kube-scheduler", "openshift-etcd")
// exclude these pods from checks
whitelistPods := sets.NewString("network-operator", "dns-operator", "olm-operators")
whitelistPods := sets.NewString("network-operator", "dns-operator", "olm-operators", "gcp-routes-controller")
for _, pod := range pods.Items {
// exclude non-control plane namespaces
if !hasPrefixSet(pod.Namespace, namespacePrefixes) {
Expand Down

0 comments on commit 35279ee

Please sign in to comment.