diff options
Diffstat (limited to 'csit/start-s3p-tests.sh')
-rwxr-xr-x | csit/start-s3p-tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/csit/start-s3p-tests.sh b/csit/start-s3p-tests.sh index 8fb571f4..1609e4bb 100755 --- a/csit/start-s3p-tests.sh +++ b/csit/start-s3p-tests.sh @@ -22,8 +22,8 @@ # Start Kubernetes function start_kubernetes() { - bash run-k8s-csit.sh install $3 - bash get-cluster-info.sh + bash run-k8s-csit.sh install + bash resources/scripts/get-cluster-info.sh } function install_jmeter() { |