From 1dfe6b7ac12bafe1a91260642b715f58085135b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 3 May 2020 16:56:48 +0200 Subject: [PATCH] Remove blacklist.yaml overrides. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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 ++--- jjb/functest/functest.yaml | 12 ------------ 2 files changed, 2 insertions(+), 15 deletions(-) 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 diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index f56cb76d8..aeba30811 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -131,15 +131,6 @@ else image={repo}:{port}/{container}:{tag} fi - if [ "{tag}" = "latest" ]; then - py=3.7 - elif [ "{tag}" = "jerma" ]; then - py=3.7 - elif [ "{tag}" = "iruya" ]; then - py=3.6 - else - py=2.7 - fi sudo docker run --rm \ -e S3_ENDPOINT_URL=https://storage.googleapis.com \ -e S3_DST_URL=s3://artifacts.opnfv.org/functest/$BUILD_TAG/$JOB_NAME-$BUILD_ID \ @@ -155,9 +146,6 @@ -e IMAGE_PROPERTIES=hw_scsi_model:virtio-scsi,hw_disk_bus:scsi \ -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/\ - 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 -- 2.16.6