Skip to content

Commit

Permalink
Converted e2e test to use QuickStartSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
vr4manta committed Nov 26, 2024
1 parent 5f228cb commit 4befc07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/multi-disk_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var _ = Describe("Ensure govmomi mode is able to add additional disks to VMs [vc
SkipCleanup: skipCleanup,
Flavor: ptr.To(testSpecificSettingsGetter().FlavorForMode("multi-disk")),
PostNamespaceCreated: testSpecificSettingsGetter().PostNamespaceCreatedFunc,
PostMachinesProvisioned: func(proxy framework.ClusterProxy, namespace, clusterName string) {
PostMachinesProvisioned: func(_ framework.ClusterProxy, namespace, clusterName string) {
dsi := DiskSpecInput{
SpecName: specName,
Namespace: namespace,
Expand Down

0 comments on commit 4befc07

Please sign in to comment.