diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-06-06 06:43:34 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-06-06 06:43:34 +0000 |
commit | a1758a360cbc2d59aa0819b78050671b4839e005 (patch) | |
tree | 9b98556d85eb24bebada7bfdc6380fd7ad5af562 /tests/ci | |
parent | 1b507724e4cd0542b654a96e7b59a6f6463f2848 (diff) | |
parent | cb3795a39882bb97c15ae5c9562faf577334399b (diff) |
Merge "Beautify the argument names"
Diffstat (limited to 'tests/ci')
-rw-r--r-- | tests/ci/run_ci.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ci/run_ci.sh b/tests/ci/run_ci.sh index fa2f2e34..03d9d846 100644 --- a/tests/ci/run_ci.sh +++ b/tests/ci/run_ci.sh @@ -67,8 +67,8 @@ esac cd /home/opnfv -qtip create --template compute --pod ${pod_name} --installer ${installer_type} \ ---master-host ${installer_ip} --scenario ${scenario} workspace +qtip create --pod-name ${pod_name} --installer-type ${installer_type} \ +--installer-host ${installer_ip} --scenario ${scenario} workspace cd /home/opnfv/workspace/ |