X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest.yaml;h=074ad737b0ccd800102f33c6518ac0bb93dd954b;hb=refs%2Fchanges%2F25%2F67825%2F1;hp=a231c668656810621340aa77adafdd58e283da90;hpb=02d9a5f0d62c16a72139291463703c86a80bffb7;p=releng.git diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index a231c6686..074ad737b 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -90,8 +90,7 @@ name: functest-run-containers builders: - shell: | - set +e - set -x + set +ex [ ! -z "$WORKSPACE" ] && sudo rm -rf $WORKSPACE/* || true if [ "{repo}" = "_" ]; then image={container}:{tag} @@ -107,6 +106,8 @@ -e DEBUG=true \ -v /home/opnfv/functest/openstack.creds:/home/opnfv/functest/conf/env_file \ -v /home/opnfv/functest/images:/home/opnfv/functest/images \ + -v /home/opnfv/functest/blacklist.yaml:/usr/lib/python2.7/\ + site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml \ $image run_tests -t {test} res=$? gsutil -m cp -r $WORKSPACE/ \