From: Morgan Richomme Date: Wed, 25 May 2016 15:51:36 +0000 (+0200) Subject: Add security_scan in Functest CI pipeline X-Git-Tag: colorado.1.0~369 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F71%2F14671%2F3;p=functest.git Add security_scan in Functest CI pipeline JIRA: FUNCTEST-258 Change-Id: Idbf6006910982a9a165952ca3031966855bcb29d Signed-off-by: Morgan Richomme --- diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 48f2894af..c206a9baa 100755 --- a/ci/exec_test.sh +++ b/ci/exec_test.sh @@ -128,7 +128,13 @@ function run_test(){ python ${FUNCTEST_REPO_DIR}/testcases/features/doctor.py ;; "ovno") - ${repos_dir}/ovno/Testcases/RunTests.sh + # suite under rewritting for colorado + # no need to run anything until refactoring done + # ${repos_dir}/ovno/Testcases/RunTests.sh + ;; + "security_scan") + # TODO + # call you script here.... ;; *) echo "The test case '${test_name}' does not exist." diff --git a/ci/testcases.yaml b/ci/testcases.yaml index 962d963b5..4cbc00add 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