From 59999eb2f2bf3b28c50a9b75fc551192450d28e3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 16 Sep 2017 11:15:51 +0200 Subject: Remove securityscanning testcase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As the project is no longer released [1], security_scan is removed from testcases config files. It stops installing the related python package too. [1] https://lists.opnfv.org/pipermail/opnfv-tech-discuss/2017-September/017951.html Change-Id: Ieb9ff4c2975fbf2c85b875a088b0ec18503a3722 Signed-off-by: Cédric Ollivier --- docker/features/testcases.yaml | 17 ----------------- docker/features/thirdparty-requirements.txt | 1 - docker/restapi/thirdparty-requirements.txt | 1 - docker/thirdparty-requirements.txt | 1 - functest/ci/testcases.yaml | 17 ----------------- upper-constraints.txt | 1 - 6 files changed, 38 deletions(-) diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index e3b76aecf..f6e15bb9e 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -56,23 +56,6 @@ tiers: args: cmd: 'run_sdnvpn_tests.py' - - - case_name: security_scan - enabled: false - project_name: securityscanning - criteria: 100 - blocking: false - description: >- - Simple Security Scan - dependencies: - installer: 'apex' - scenario: '^((?!fdio).)*$' - run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/etc/securityscanning/config.ini' - - case_name: functest-odl-sfc project_name: sfc diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index 4a0b6ff88..0a9f2a101 100644 --- a/docker/features/thirdparty-requirements.txt +++ b/docker/features/thirdparty-requirements.txt @@ -1,6 +1,5 @@ baro_tests sdnvpn -securityscanning sfc promise domino diff --git a/docker/restapi/thirdparty-requirements.txt b/docker/restapi/thirdparty-requirements.txt index 4a0b6ff88..0a9f2a101 100644 --- a/docker/restapi/thirdparty-requirements.txt +++ b/docker/restapi/thirdparty-requirements.txt @@ -1,6 +1,5 @@ baro_tests sdnvpn -securityscanning sfc promise domino diff --git a/docker/thirdparty-requirements.txt b/docker/thirdparty-requirements.txt index cc8f5f9c8..741eb8ef6 100644 --- a/docker/thirdparty-requirements.txt +++ b/docker/thirdparty-requirements.txt @@ -1,6 +1,5 @@ baro_tests sdnvpn -securityscanning sfc promise doctor-test diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index a72f08f48..bc57d4f52 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -284,23 +284,6 @@ tiers: args: cmd: 'run_sdnvpn_tests.py' - - - case_name: security_scan - enabled: false - project_name: securityscanning - criteria: 100 - blocking: false - description: >- - Simple Security Scan - dependencies: - installer: 'apex' - scenario: '^((?!fdio).)*$' - run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini' - - case_name: functest-odl-sfc project_name: sfc diff --git a/upper-constraints.txt b/upper-constraints.txt index 62a460a1d..3b1e8bd99 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -2,7 +2,6 @@ git+https://gerrit.opnfv.org/gerrit/releng#egg=opnfv&subdirectory=modules git+https://gerrit.opnfv.org/gerrit/snaps#egg=snaps git+https://gerrit.opnfv.org/gerrit/barometer#egg=baro_tests git+https://gerrit.opnfv.org/gerrit/sdnvpn#egg=sdnvpn -git+https://gerrit.opnfv.org/gerrit/securityscanning#egg=securityscanning git+https://gerrit.opnfv.org/gerrit/sfc#egg=sfc -e git+https://gerrit.opnfv.org/gerrit/promise#egg=promise -e git+https://gerrit.opnfv.org/gerrit/doctor#egg=doctor-test -- cgit 1.2.3-korg