Add security_scan in Functest CI pipeline 71/14671/3
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 25 May 2016 15:51:36 +0000 (17:51 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 25 May 2016 16:20:47 +0000 (18:20 +0200)
JIRA: FUNCTEST-258

Change-Id: Idbf6006910982a9a165952ca3031966855bcb29d
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
ci/exec_test.sh
ci/testcases.yaml

index 48f2894..c206a9b 100755 (executable)
@@ -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."
index 962d963..4cbc00a 100644 (file)
@@ -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