diff options
-rwxr-xr-x | ci/exec_test.sh | 8 | ||||
-rw-r--r-- | ci/testcases.yaml | 8 |
2 files changed, 15 insertions, 1 deletions
diff --git a/ci/exec_test.sh b/ci/exec_test.sh index 48f2894a..c206a9ba 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 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 |