diff options
author | 2017-08-23 01:07:31 +0000 | |
---|---|---|
committer | 2017-08-23 01:07:31 +0000 | |
commit | a41a1dc52e79a2f37d0572a5ed251492f414dc57 (patch) | |
tree | ba2c18b88eea7fb3c0446cb457b51af676aab92b /tests/ci/run_compute_qpi.sh | |
parent | c6d9fcbffa0146ef968be0594b4c1afe98c3ee57 (diff) | |
parent | 582f77439f8ec2ff247c0d3843a0ecf6da2efa70 (diff) |
Merge "Setup CI job for storage benchmarking on apex"
Diffstat (limited to 'tests/ci/run_compute_qpi.sh')
-rw-r--r-- | tests/ci/run_compute_qpi.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/ci/run_compute_qpi.sh b/tests/ci/run_compute_qpi.sh index 09762b15..7b3987fa 100644 --- a/tests/ci/run_compute_qpi.sh +++ b/tests/ci/run_compute_qpi.sh @@ -7,6 +7,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## set -e +set -x usage(){ echo "usage: $0 -t <installer_type> -i <installer_ip> -p <pod_name> -s <scenario> -r <report_url>" >&2 @@ -46,7 +47,7 @@ done #set vars from env if not provided by user as options installer_type=${installer_type:-$INSTALLER_TYPE} installer_ip=${installer_ip:-$INSTALLER_IP} -pod_name=${pod_name:-$POD_NAME} +pod_name=${pod_name:-$NODE_NAME} scenario=${scenario:-$SCENARIO} testapi_url=${testapi_url:-$TESTAPI_URL} |