diff options
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/ |