@@ -109,7 +109,7 @@ metadata:
109
109
110
110
By ("Waiting for core provider to be ready" )
111
111
WaitFor (ctx , For (coreProvider ).In (bootstrapCluster ).ToSatisfy (
112
- HaveStatusCondition ( & coreProvider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
112
+ HaveStatusConditionsTrue ( coreProvider , operatorv1 .ProviderInstalledCondition )),
113
113
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
114
114
115
115
By ("Waiting for status.InstalledVersion to be set" )
@@ -151,7 +151,7 @@ metadata:
151
151
152
152
By ("Waiting for bootstrap provider to be ready" )
153
153
WaitFor (ctx , For (bootstrapProvider ).In (bootstrapCluster ).ToSatisfy (
154
- HaveStatusCondition ( & bootstrapProvider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
154
+ HaveStatusConditionsTrue ( bootstrapProvider , operatorv1 .ProviderInstalledCondition )),
155
155
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
156
156
157
157
By ("Waiting for status.InstalledVersion to be set" )
@@ -186,7 +186,7 @@ metadata:
186
186
187
187
By ("Waiting for the control plane provider to be ready" )
188
188
WaitFor (ctx , For (cpProvider ).In (bootstrapCluster ).ToSatisfy (
189
- HaveStatusCondition ( & cpProvider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
189
+ HaveStatusConditionsTrue ( cpProvider , operatorv1 .ProviderInstalledCondition )),
190
190
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
191
191
192
192
By ("Waiting for status.InstalledVersion to be set" )
@@ -221,7 +221,7 @@ metadata:
221
221
222
222
By ("Waiting for the infrastructure provider to be ready" )
223
223
WaitFor (ctx , For (infraProvider ).In (bootstrapCluster ).ToSatisfy (
224
- HaveStatusCondition ( & infraProvider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
224
+ HaveStatusConditionsTrue ( infraProvider , operatorv1 .ProviderInstalledCondition )),
225
225
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
226
226
227
227
By ("Waiting for status.InstalledVersion to be set" )
@@ -263,7 +263,7 @@ metadata:
263
263
264
264
By ("Waiting for the addon provider to be ready" )
265
265
WaitFor (ctx , For (addonProvider ).In (bootstrapCluster ).ToSatisfy (
266
- HaveStatusCondition ( & addonProvider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
266
+ HaveStatusConditionsTrue ( addonProvider , operatorv1 .ProviderInstalledCondition )),
267
267
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
268
268
269
269
By ("Waiting for status.InstalledVersion to be set" )
@@ -307,7 +307,7 @@ metadata:
307
307
308
308
By ("Waiting for the ipam provider to be ready" )
309
309
WaitFor (ctx , For (ipamProvider ).In (bootstrapCluster ).ToSatisfy (
310
- HaveStatusCondition ( & ipamProvider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
310
+ HaveStatusConditionsTrue ( ipamProvider , operatorv1 .ProviderInstalledCondition )),
311
311
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
312
312
313
313
By ("Waiting for status.InstalledVersion to be set" )
@@ -342,7 +342,7 @@ metadata:
342
342
343
343
By ("Waiting for core provider to be ready" )
344
344
WaitFor (ctx , For (coreProvider ).In (bootstrapCluster ).ToSatisfy (
345
- HaveStatusCondition ( & coreProvider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
345
+ HaveStatusConditionsTrue ( coreProvider , operatorv1 .ProviderInstalledCondition )),
346
346
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
347
347
348
348
By ("Waiting for the core provide status.InstalledVersion to be set" )
@@ -423,7 +423,7 @@ metadata:
423
423
424
424
By ("Waiting for the custom provider to be ready" )
425
425
WaitFor (ctx , For (provider ).In (bootstrapCluster ).ToSatisfy (
426
- HaveStatusCondition ( & provider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
426
+ HaveStatusConditionsTrue ( provider , operatorv1 .ProviderInstalledCondition )),
427
427
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
428
428
429
429
By ("Waiting for status.InstalledVersion to be set" )
@@ -510,7 +510,7 @@ metadata:
510
510
511
511
By ("Waiting for the docker provider to be ready" )
512
512
WaitFor (ctx , For (provider ).In (bootstrapCluster ).ToSatisfy (
513
- HaveStatusCondition ( & provider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
513
+ HaveStatusConditionsTrue ( provider , operatorv1 .ProviderInstalledCondition )),
514
514
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
515
515
516
516
By ("Waiting for status.InstalledVersion to be set" )
@@ -597,7 +597,7 @@ metadata:
597
597
598
598
By ("Waiting for the docker provider to be ready" )
599
599
WaitFor (ctx , For (provider ).In (bootstrapCluster ).ToSatisfy (
600
- HaveStatusCondition ( & provider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
600
+ HaveStatusConditionsTrue ( provider , operatorv1 .ProviderInstalledCondition )),
601
601
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
602
602
603
603
By ("Waiting for status.InstalledVersion to be set" )
@@ -616,7 +616,7 @@ metadata:
616
616
617
617
By ("Waiting for the docker provider to be ready" )
618
618
WaitFor (ctx , For (provider ).In (bootstrapCluster ).ToSatisfy (
619
- HaveStatusCondition ( & provider . Status . Conditions , operatorv1 .ProviderInstalledCondition )),
619
+ HaveStatusConditionsTrue ( provider , operatorv1 .ProviderInstalledCondition )),
620
620
e2eConfig .GetIntervals (bootstrapClusterProxy .GetName (), "wait-controllers" )... )
621
621
622
622
Expect (bootstrapCluster .Delete (ctx , provider )).To (Succeed ())
0 commit comments