diff options
author | Cedric Ollivier <cedric.ollivier@orange.com> | 2017-09-19 11:06:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-09-19 11:06:18 +0000 |
commit | 36f269e2f154bfca31aba70d7d1c9ef9ab6e5fb0 (patch) | |
tree | 90e08bb2ecda44b59740afef0cc1624cbaef8a86 | |
parent | 9446a42b7900695dbefe5d0728f19b98dde5095a (diff) | |
parent | bc4c4a1494acad634b0d30ff83f65bf27cccd0c8 (diff) |
Merge "Remove securityscanning testcase" into stable/euphrates
-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 e3b76aecf..f6e15bb9e 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 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 @@ -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 70b9d1f22..7ab183826 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -2,7 +2,6 @@ git+https://gerrit.opnfv.org/gerrit/releng@1fc5d49f8aa9eb44e615afdd597827be48cf5 git+https://gerrit.opnfv.org/gerrit/snaps@stable/euphrates#egg=snaps git+https://gerrit.opnfv.org/gerrit/barometer@stable/euphrates#egg=baro_tests git+https://gerrit.opnfv.org/gerrit/sdnvpn@stable/euphrates#egg=sdnvpn -git+https://gerrit.opnfv.org/gerrit/securityscanning@d09a8eb8b28056e2ec02ed627d337a7c7f86e23e#egg=securityscanning git+https://gerrit.opnfv.org/gerrit/sfc@stable/euphrates#egg=sfc -e git+https://gerrit.opnfv.org/gerrit/promise@stable/euphrates#egg=promise -e git+https://gerrit.opnfv.org/gerrit/doctor@stable/euphrates#egg=doctor-test |