From: Fatih Degirmenci Date: Thu, 21 May 2015 16:53:00 +0000 (+0000) Subject: Merge "add the creation of the installation fodler before running test" X-Git-Tag: arno.2015.1.0~27 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=698a98f58688be1f508b0518f9d7a3f6b7c4e4bc;hp=b588d1117962eef99e1298cea21655c4bcdf75b0;p=releng.git Merge "add the creation of the installation fodler before running test" --- diff --git a/jjb/functest/functest.yml b/jjb/functest/functest.yml index 9e1129539..34c4241a5 100644 --- a/jjb/functest/functest.yml +++ b/jjb/functest/functest.yml @@ -281,6 +281,7 @@ builders: - shell: | echo "Functest: prepare Functest environment" + mkdir -p $HOME/functest/ rm -f $HOME/functest/config_functest.py rm -f $HOME/functest/functest.yaml wget https://git.opnfv.org/cgit/functest/plain/testcases/config_functest.py -P $HOME/functest/