From 7e87b22284cc322bc9effdd8c610f659692249d1 Mon Sep 17 00:00:00 2001 From: Yujun Zhang Date: Tue, 16 May 2017 09:56:43 +0800 Subject: Switch to qtip-cli for ci job Change-Id: Id485803a56a89ef1dd80d3597bcc10e7d70cd87a Signed-off-by: Yujun Zhang --- tests/ci/run_ci.sh | 6 +++--- 1 file 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 -- cgit 1.2.3-korg