From: Cédric Ollivier Date: Thu, 14 Nov 2019 19:39:37 +0000 (+0100) Subject: Correct volume bindings in functest.yaml X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F68877%2F3;p=releng.git Correct volume bindings in functest.yaml It also adds -p in run_tests call Change-Id: I6e765407ba62678241a9ad2c62fcf0c2ca64e431 Signed-off-by: Cédric Ollivier --- diff --git a/jjb/functest/functest-kubernetes.yaml b/jjb/functest/functest-kubernetes.yaml index fa742184e..12c9c26a1 100644 --- a/jjb/functest/functest-kubernetes.yaml +++ b/jjb/functest/functest-kubernetes.yaml @@ -110,7 +110,7 @@ -e DEPLOY_SCENARIO=k8-nosdn-nofeature-noha \ -v /home/opnfv/functest-kubernetes/config.{tag}:/root/.kube/config \ -v /home/opnfv/functest-kubernetes/.boto:/root/.boto \ - $image run_tests -t {test} + $image run_tests -t {test} -p - builder: name: functest-kubernetes-remove-images diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index fee9340df..a977567b9 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -127,11 +127,11 @@ -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/tempest_blacklist.yaml:/usr/lib/python$py/\ - -v /home/opnfv/functest/.boto:/root/.boto \ site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/\ blacklist.yaml \ -v /home/opnfv/functest/blacklist.yaml:/usr/lib/python$py/\ site-packages/functest/opnfv_tests/openstack/rally/blacklist.yaml \ + -v /home/opnfv/functest/.boto:/root/.boto \ $image run_tests -t {test} -p - builder: