Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 921257a

Browse files
committed
test: add EMLB spec to the quickstart e2e test
Signed-off-by: Chris Privitere <[email protected]>
1 parent 1b70171 commit 921257a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

test/e2e/capi_e2e_quickstart_test.go

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,17 @@ var _ = Describe("[QuickStart] Running the Cluster API E2E QuickStart tests", fu
5454
}
5555
})
5656
})
57+
58+
Context("Running the [EMLB] quickstart spec", func() {
59+
capi_e2e.QuickStartSpec(ctx, func() capi_e2e.QuickStartSpecInput {
60+
return capi_e2e.QuickStartSpecInput{
61+
E2EConfig: e2eConfig,
62+
ClusterctlConfigPath: clusterctlConfigPath,
63+
BootstrapClusterProxy: bootstrapClusterProxy,
64+
ArtifactFolder: artifactFolder,
65+
SkipCleanup: skipCleanup,
66+
Flavor: ptr.To[string]("emlb"),
67+
}
68+
})
69+
})
5770
})

0 commit comments

Comments
 (0)