From 4f6351264f316c9f66f4fbbb3364606f373eac58 Mon Sep 17 00:00:00 2001 From: Sergey Skripnick Date: Tue, 27 May 2014 00:34:01 +0300 Subject: [PATCH] Fix rally-cli tests Run cli tests directly by `tox -ecli' Change-Id: I3dfb8a7d62ade55f93a01886347a2019242874ef --- .../files/jenkins_job_builder/config/rally.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml b/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml index 37546c96bd..264825bffb 100644 --- a/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml +++ b/modules/openstack_project/files/jenkins_job_builder/config/rally.yaml @@ -81,7 +81,8 @@ - shell: | #/bin/bash -xe function post_test_hook { - /usr/local/jenkins/slave_scripts/run-tox.sh cli stackforge rally + cd $BASE/new/rally + tox -ecli -v } export -f post_test_hook cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh