Merge "add the creation of the installation fodler before running test"
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 21 May 2015 16:53:00 +0000 (16:53 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Thu, 21 May 2015 16:53:00 +0000 (16:53 +0000)
jjb/functest/functest.yml

index 9e11295..34c4241 100644 (file)
     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/