Skip to content

Commit beee7c8

Browse files
committed
Corrected faulty ClusterctlConfigPath, which was using the un-proxied config.
1 parent 15bb9a4 commit beee7c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/network_interruption_toxi.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ func NetworkInterruptionToxiSpec(ctx context.Context, inputGetter func() CommonS
9595
CNIManifestPath: input.E2EConfig.GetVariable(CNIPath),
9696
ConfigCluster: clusterctl.ConfigClusterInput{
9797
LogFolder: filepath.Join(input.ArtifactFolder, "clusters", input.BootstrapClusterProxy.GetName()),
98-
ClusterctlConfigPath: input.ClusterctlConfigPath,
98+
ClusterctlConfigPath: cloudStackToxiProxyContext.ConfigPath,
9999
KubeconfigPath: input.BootstrapClusterProxy.GetKubeconfigPath(),
100100
InfrastructureProvider: clusterctl.DefaultInfrastructureProvider,
101101
Flavor: flavor,

0 commit comments

Comments
 (0)