Skip to content

Commit d9b4c5f

Browse files
author
cgchinmay
authored
Renamed file for running e2e tests (#2510)
added region and vpc_id arguments for installing the controller
1 parent 694a0b1 commit d9b4c5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/run-canary-test.sh renamed to test/e2e/run-e2e-test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ echo "Install TargetGroupBinding CRDs"
7171
kubectl apply -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller//crds?ref=master"
7272

7373
echo "Install aws-load-balancer-controller"
74-
helm upgrade -i aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=$CLUSTER_NAME --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller
74+
helm upgrade -i aws-load-balancer-controller eks/aws-load-balancer-controller -n kube-system --set clusterName=$CLUSTER_NAME --set serviceAccount.create=false --set serviceAccount.name=aws-load-balancer-controller --set region=$REGION --set vpcId=$VPC_ID
7575

7676
#Start the test
7777
echo "Starting the ginkgo test suite"
@@ -95,4 +95,4 @@ kubectl delete -k "github.com/aws/eks-charts/stable/aws-load-balancer-controller
9595
echo "Uncordon windows nodes"
9696
toggle_windows_scheduling "uncordon"
9797

98-
echo "Successfully finished the test suite $(($SECONDS / 60)) minutes and $(($SECONDS % 60)) seconds"
98+
echo "Successfully finished the test suite $(($SECONDS / 60)) minutes and $(($SECONDS % 60)) seconds"

0 commit comments

Comments
 (0)