Skip to content

Commit ddebc38

Browse files
committed
test(apiserverinteraction): update virtual node readiness check
1 parent c4a4f6f commit ddebc38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/cruise/apiserverinteraction/apiserver_interaction_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ var _ = Describe("Liqo E2E", func() {
9999

100100
By("Ensuring virtual nodes are ready")
101101
Eventually(func() bool {
102-
return util.CheckVirtualNodes(ctx, testContext.Clusters[0].NativeClient, clustersRequired)
102+
return util.CheckVirtualNodes(ctx, testContext.Clusters[0].NativeClient, testContext.ClustersNumber)
103103
}, timeout, interval).Should(BeTrue())
104104

105105
Expect(util.OffloadNamespace(testContext.Clusters[0].KubeconfigPath, namespaceName,

0 commit comments

Comments
 (0)