diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-09-18 07:22:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-18 07:22:36 +0000 |
commit | fad796baad50c67bdfa171a7882289562e4d1f79 (patch) | |
tree | abd71baa1d7e2c8bfec0afbe612dfd31a6ebc1da | |
parent | 76be702aadce6b5c6d537d59ce31c94483fbfd80 (diff) | |
parent | 59999eb2f2bf3b28c50a9b75fc551192450d28e3 (diff) |
Merge "Remove securityscanning testcase"
-rw-r--r-- | docker/features/testcases.yaml | 17 | ||||
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 1 | ||||
-rw-r--r-- | docker/restapi/thirdparty-requirements.txt | 1 | ||||
-rw-r--r-- | docker/thirdparty-requirements.txt | 1 | ||||
-rw-r--r-- | functest/ci/testcases.yaml | 17 | ||||
-rw-r--r-- | upper-constraints.txt | 1 |
6 files changed, 0 insertions, 38 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index e3b76aec..f6e15bb9 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -57,23 +57,6 @@ tiers: 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 criteria: 100 diff --git a/docker/features/thirdparty-requirements.txt b/docker/features/thirdparty-requirements.txt index 4a0b6ff8..0a9f2a10 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 4a0b6ff8..0a9f2a10 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 cc8f5f9c..741eb8ef 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 a72f08f4..bc57d4f5 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -285,23 +285,6 @@ tiers: 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 criteria: 100 diff --git a/upper-constraints.txt b/upper-constraints.txt index 62a460a1..3b1e8bd9 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 |