From 1dfe6b7ac12bafe1a91260642b715f58085135b1 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 3 May 2020 16:56:48 +0200 Subject: Remove blacklist.yaml overrides. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit All SUTs now pass IPv6 testing. Change-Id: Ic202cff2a43702258f2e43ab435189edbe3c500d Signed-off-by: Cédric Ollivier --- jjb/functest/functest.ovn.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'jjb/functest/functest.ovn.yaml') diff --git a/jjb/functest/functest.ovn.yaml b/jjb/functest/functest.ovn.yaml index 163091d16..0baaf6b4f 100644 --- a/jjb/functest/functest.ovn.yaml +++ b/jjb/functest/functest.ovn.yaml @@ -117,6 +117,8 @@ fi if [ "{tag}" = "latest" ]; then py=3.8 + elif [ "{tag}" = "kali" ]; then + py=3.8 elif [ "{tag}" = "jerma" ]; then py=3.7 elif [ "{tag}" = "iruya" ]; then @@ -143,9 +145,6 @@ -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 -- cgit 1.2.3-korg