summaryrefslogtreecommitdiffstats
path: root/jjb/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-14 20:39:37 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-14 20:42:17 +0100
commit535c9eee14568beffb9832b01736e498b674d0b0 (patch)
tree2e5f25db24185138f1485c83ff0e0a57e7cc2584 /jjb/functest
parentaf1f949087ec6d682c46822316b2c2ad2c2d7c6c (diff)
Correct volume bindings in functest.yaml
It also adds -p in run_tests call Change-Id: I6e765407ba62678241a9ad2c62fcf0c2ca64e431 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r--jjb/functest/functest-kubernetes.yaml2
-rw-r--r--jjb/functest/functest.yaml2
2 files changed, 2 insertions, 2 deletions
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: