diff options
Diffstat (limited to 'docker/features')
-rw-r--r-- | docker/features/testcases.yaml | 17 | ||||
-rw-r--r-- | docker/features/thirdparty-requirements.txt | 1 |
2 files changed, 0 insertions, 18 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 |