We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fadc16 commit 8d74789Copy full SHA for 8d74789
test/extended/machines/machines.go
@@ -124,7 +124,7 @@ var _ = g.Describe("[sig-cluster-lifecycle][Feature:Machines] Managed cluster sh
124
machineClientSet, err := machineclient.NewForConfig(oc.KubeFramework().ClientConfig())
125
o.Expect(err).ToNot(o.HaveOccurred())
126
127
- pattern := `^([a-zA-Z0-9]+-)+master-\d+$`
+ pattern := `^([a-zA-Z0-9]+-)+master(?:-[a-zA-Z0-9]+)?-\d+$`
128
129
g.By("checking for the openshift machine api operator")
130
skipUnlessMachineAPIOperator(dc, c.CoreV1().Namespaces())
0 commit comments