diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-13 17:57:10 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-13 17:57:10 +0200 |
commit | 6f3e9a91d632c56bb64932911aef3f1af17e90db (patch) | |
tree | 4332a57ec7f2460e66b159a354b5f224a3995473 /jjb/functest | |
parent | c71ac3ec38b528a23a306830559207516a1cd7c1 (diff) |
Allow overriding blacklist.yaml if OVN
Change-Id: I3335e485a2c844b9035dd574546167ccc52b66a4
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/functest')
-rw-r--r-- | jjb/functest/functest.ovn.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 1cd19f239..6afb216d0 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -143,6 +143,9 @@ -v /home/opnfv/functest/tempest_conf.yaml:/usr/lib/python$py/\ site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/\ tempest_conf.yaml \ + -v /home/opnfv/functest/tempest_blacklist.yaml:/usr/lib/python$py/\ + site-packages/functest/opnfv_tests/openstack/tempest/custom_tests/\ + blacklist.yaml \ -v /home/opnfv/functest/.boto:/root/.boto \ $image run_tests -t {test} -r -p |