Skip to content

Commit 67112e4

Browse files
committed
deploy_csv.sh - description
Signed-off-by: itamar <[email protected]>
1 parent 050569c commit 67112e4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

deploy_csv.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/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.
2+
#Script created to copy csv config file to jmeter slave pods
3+
#It requires that you supply the path to the csv file and destination path in the jmeter pods
54

65
namespace="$1"
76

0 commit comments

Comments
 (0)