From 535c9eee14568beffb9832b01736e498b674d0b0 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 14 Nov 2019 20:39:37 +0100 Subject: Correct volume bindings in functest.yaml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also adds -p in run_tests call Change-Id: I6e765407ba62678241a9ad2c62fcf0c2ca64e431 Signed-off-by: Cédric Ollivier --- jjb/functest/functest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/functest/functest.yaml') 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: -- cgit 1.2.3-korg