diff options
-rw-r--r-- | tests/ci/run_ci.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/ci/run_ci.sh b/tests/ci/run_ci.sh index c26ff58c..8fd53b36 100644 --- a/tests/ci/run_ci.sh +++ b/tests/ci/run_ci.sh @@ -70,10 +70,10 @@ qtip workspace create --pod ${pod_name} --installer ${installer_type} \ cd /home/opnfv/workspace/ -ansible-playbook setup.yml +qtip setup eval `ssh-agent` -ansible-playbook run.yml -ansible-playbook teardown.yml +qtip run +qtip teardown # Remove ssh public key from installer case "$installer_type" in |