Skip to content

Commit e04bcfa

Browse files
committed
fix: update arbiter test
recent MCO changes removed two pods from the kni-infra namespace on the arbiter node, updating test to reflect change Signed-off-by: ehila <[email protected]>
1 parent 5cdb317 commit e04bcfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/two_node/arbiter_topology.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var expectedPods = map[string]int{
2626
"openshift-dns": 1,
2727
"openshift-etcd": 2,
2828
"openshift-image-registry": 1,
29-
"openshift-kni-infra": 3,
29+
"openshift-kni-infra": 1,
3030
"openshift-machine-config-operator": 2,
3131
"openshift-monitoring": 1,
3232
"openshift-multus": 3,

0 commit comments

Comments
 (0)