From 6c38c23c77b874d12e39f9cd59b3bdbf80cd9828 Mon Sep 17 00:00:00 2001 From: Jack Francis Date: Tue, 3 Jan 2023 12:50:59 -0800 Subject: [PATCH] OOT test uses MachineDeployment --- test/e2e/azure_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/azure_test.go b/test/e2e/azure_test.go index 41c10824bb3..18bc2a4e043 100644 --- a/test/e2e/azure_test.go +++ b/test/e2e/azure_test.go @@ -483,7 +483,7 @@ var _ = Describe("Workload cluster creation", func() { }, WaitForClusterIntervals: e2eConfig.GetIntervals(specName, "wait-cluster"), WaitForControlPlaneIntervals: e2eConfig.GetIntervals(specName, "wait-control-plane"), - WaitForMachinePools: e2eConfig.GetIntervals(specName, "wait-machine-pool-nodes"), + WaitForMachineDeployments: e2eConfig.GetIntervals(specName, "wait-worker-nodes"), ControlPlaneWaiters: clusterctl.ControlPlaneWaiters{ WaitForControlPlaneInitialized: EnsureControlPlaneInitialized, },