From cb3795a39882bb97c15ae5c9562faf577334399b Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Mon, 5 Jun 2017 21:51:51 +0800 Subject: Beautify the argument names - keep the argument consisten with OPNFV convention - installer-ip is not used because in fact we use host address instead - remove optional argurment from prompt Change-Id: I3db3cf53b62cc86e143bc59a7dd8bb83d0f74b7d Signed-off-by: Yujun Zhang --- tests/ci/run_ci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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/ -- cgit 1.2.3-korg