diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-16 09:56:43 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-05-16 02:38:04 +0000 |
commit | 7e87b22284cc322bc9effdd8c610f659692249d1 (patch) | |
tree | c3c57649f13042aa173aa411ffa663baf1e42239 /tests/ci | |
parent | 1089daee7bbf76a1686b6e1f4fee8dc79b5b7968 (diff) |
Switch to qtip-cli for ci job
Change-Id: Id485803a56a89ef1dd80d3597bcc10e7d70cd87a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/ci')
-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 |