Fix start-s3p script in docker 48/136148/1
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 11 Oct 2023 12:32:18 +0000 (13:32 +0100)
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>
Wed, 11 Oct 2023 14:25:26 +0000 (15:25 +0100)
Issue-ID: POLICY-4853
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Ia374e9a45f4aa21742fb73a9bf3f2b11a50bda92

csit/start-s3p-tests.sh

index 100f57c..8fb571f 100755 (executable)
@@ -22,7 +22,7 @@
 
 # Start Kubernetes
 function start_kubernetes() {
-  bash run-k8s-csit.sh install
+  bash run-k8s-csit.sh install $3
   bash get-cluster-info.sh
 }