diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-25 17:51:36 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-05-25 18:20:47 +0200 |
commit | 6557733dfaaf902f8546dfc019ba1b7fefc889da (patch) | |
tree | 055c763576554c2973dec068c065e6897231a3d0 /ci/testcases.yaml | |
parent | ff4884e24b60306c287d341ee057c106f2b5ba9e (diff) |
Add security_scan in Functest CI pipeline
JIRA: FUNCTEST-258
Change-Id: Idbf6006910982a9a165952ca3031966855bcb29d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'ci/testcases.yaml')
-rw-r--r-- | ci/testcases.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 962d963b..4cbc00ad 100644 --- a/ci/testcases.yaml +++ b/ci/testcases.yaml @@ -132,6 +132,14 @@ tiers: installer: '(fuel)|(apex)' scenario: 'bgpvpn' + - + name: security_scan + description: >- + Simple security Scan + dependencies: + installer: 'apex' + scenario: '' + - name: openstack order: 4 |