Skip to content

Commit aea6624

Browse files
authored
Merge pull request #2980 from k8s-infra-cherrypick-robot/cherry-pick-2977-to-release-1.5
[release-1.5] OOT test uses MachineDeployment
2 parents 8cc7338 + 6c38c23 commit aea6624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/azure_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ var _ = Describe("Workload cluster creation", func() {
483483
},
484484
WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"),
485485
WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"),
486-
WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"),
486+
WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"),
487487
ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{
488488
WaitForControlPlaneInitialized: EnsureControlPlaneInitialized,
489489
},

0 commit comments

Comments
 (0)