From: morganrOL Date: Tue, 26 May 2015 16:07:53 +0000 (+0200) Subject: fix bug due to bad Tempest.conf file path within rally X-Git-Tag: arno.2015.1.0~18 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=commitdiff_plain;h=ec2ebc5f968e6269d07005ba40028d51e0e477f8 fix bug due to bad Tempest.conf file path within rally JIRA: FUNCTEST-9 Change-Id: I71887f4c0c6a4cd4e65ba0593aeffd61e7238a18 Signed-off-by: morganrOL --- diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 6bba3ccab..a3fdf65a6 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -324,7 +324,7 @@ mkdir -p $HOME/functest/results # save tempest.conf for further troubleshooting - cp $HOME/.rally/for-deployment-*/tempest.conf $HOME/functest/results + cp $HOME/.rally/tempest/for-deployment-*/tempest.conf $HOME/functest/results # cleanup python $WORKSPACE/testcases/config_functest.py --debug --force $WORKSPACE/ clean