Skip to content

Commit

Permalink
scale: use different spec name to get custom clusterctl config with v…
Browse files Browse the repository at this point in the history
…ariables
  • Loading branch information
chrischdi committed Jan 31, 2025
1 parent 9dc826f commit cbf45ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/scale_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const (
)

var _ = Describe("When testing the machinery for scale testing using vcsim provider [vcsim] [supervisor] [ClusterClass]", func() {
const specName = "quick-start-cluster-class" // prefix (quick-start) copied from CAPI
const specName = "quick-start-cluster-class-scale" // prefix (quick-start) copied from CAPI
Setup(specName, func(testSpecificSettingsGetter func() testSettings) {
capi_e2e.ScaleSpec(ctx, func() capi_e2e.ScaleSpecInput {
// For supporting real environments we would need to properly cleanup the namespaces and namespace specific ip allocations.
Expand Down

0 comments on commit cbf45ff

Please sign in to comment.