We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 050569c commit 67112e4Copy full SHA for 67112e4
deploy_csv.sh
@@ -1,7 +1,6 @@
1
#!/usr/bin/env bash
2
-#Script created to launch Jmeter tests directly from the current terminal without accessing the jmeter master pod.
3
-#It requires that you supply the path to the jmx file
4
-#After execution, test script jmx file may be deleted from the pod itself but not locally.
+#Script created to copy csv config file to jmeter slave pods
+#It requires that you supply the path to the csv file and destination path in the jmeter pods
5
6
namespace="$1"
7
0 commit comments