@@ -690,9 +690,9 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
690
690
// A private and public subnet is created in this VPC to allow for egress traffic but the workload AWSCluster is configured with
691
691
// an internal load balancer and only the private subnet. All applicable resources are restricted to us-west-2a for simplicity.
692
692
ginkgo .Describe ("External infrastructure, external security groups, VPC peering, internal ELB and private subnet use only" , func () {
693
- var specName string
694
693
var namespace * corev1.Namespace
695
694
var requiredResources * shared.TestResource
695
+ specName := "functional-test-extinfra"
696
696
mgmtClusterName := fmt .Sprintf ("%s-%s" , specName , util .RandomString (6 ))
697
697
mgmtClusterInfra := new (shared.AWSInfrastructure )
698
698
@@ -703,7 +703,6 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
703
703
704
704
// Some infrastructure creation was moved to a setup node to better organize the test.
705
705
ginkgo .JustBeforeEach (func () {
706
- specName = "functional-test-extinfra-peered-internal-elb"
707
706
requiredResources = & shared.TestResource {EC2Normal : 2 * e2eCtx .Settings .InstanceVCPU , IGW : 2 , NGW : 2 , VPC : 2 , ClassicLB : 2 , EIP : 5 }
708
707
requiredResources .WriteRequestedResources (e2eCtx , specName )
709
708
Expect (shared .AcquireResources (requiredResources , config .GinkgoConfig .ParallelNode , flock .New (shared .ResourceQuotaFilePath ))).To (Succeed ())
@@ -941,7 +940,7 @@ var _ = ginkgo.Context("[unmanaged] [functional]", func() {
941
940
942
941
ginkgo .Describe ("Workload cluster with AWS S3 and Ignition parameter" , func () {
943
942
ginkgo .It ("It should be creatable and deletable" , func () {
944
- specName := "functional-test-ignition-parameter "
943
+ specName := "functional-test-ignition"
945
944
namespace := shared .SetupSpecNamespace (ctx , specName , e2eCtx )
946
945
ginkgo .By ("Creating a cluster" )
947
946
clusterName := fmt .Sprintf ("%s-%s" , specName , util .RandomString (6 ))
0 commit comments