diff options
Diffstat (limited to 'tests/ci/run_ci.sh')
-rw-r--r-- | tests/ci/run_ci.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ci/run_ci.sh b/tests/ci/run_ci.sh index 163adb39..fa2f2e34 100644 --- a/tests/ci/run_ci.sh +++ b/tests/ci/run_ci.sh @@ -67,7 +67,7 @@ esac cd /home/opnfv -qtip create --pod ${pod_name} --installer ${installer_type} \ +qtip create --template compute --pod ${pod_name} --installer ${installer_type} \ --master-host ${installer_ip} --scenario ${scenario} workspace cd /home/opnfv/workspace/ |