diff options
author | helenyao <yaohelan@huawei.com> | 2017-02-03 23:01:37 -0500 |
---|---|---|
committer | helenyao <yaohelan@huawei.com> | 2017-02-08 20:57:49 -0500 |
commit | eec76fd8961e92330da2e68e55ee3341b1475beb (patch) | |
tree | 029708a059f1396e1843886cb710e4787f52b16e /functest/ci/testcases.yaml | |
parent | a34f23295ba75694d2837687df3ada5541489a25 (diff) |
Logic to trigger Security Scan project
1. Removed the calling from exec_test.sh
2. Used FeatureBase instead
3. Removed the legacy security scan code
Change-Id: I1984ec951973f337f275e50543b277cd90d9a202
Signed-off-by: helenyao <yaohelan@huawei.com>
Diffstat (limited to 'functest/ci/testcases.yaml')
-rwxr-xr-x | functest/ci/testcases.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 7a3dc229..a0839ded 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -223,10 +223,13 @@ tiers: criteria: 'status == "PASS"' blocking: false description: >- - Simple security Scan + Simple Security Scan dependencies: installer: 'apex' scenario: '^((?!fdio).)*$' + run: + module: 'functest.opnfv_tests.features.security_scan' + class: 'SecurityScan' # - # name: copper # criteria: 'status == "PASS"' |