Add copper for CI integration
authorMorgan Richomme <morgan.richomme@orange.com>
Mon, 4 Jul 2016 15:22:28 +0000 (17:22 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Wed, 6 Jul 2016 06:19:21 +0000 (06:19 +0000)
JIRA: FUNCTEST-67

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

index 5623a71..cc5c82a 100644 (file)
@@ -20,6 +20,7 @@ general:
         dir_repo_onos:      /home/opnfv/repos/onos
         dir_repo_promise:   /home/opnfv/repos/promise
         dir_repo_doctor:    /home/opnfv/repos/doctor
+        dir_repo_copper:    /home/opnfv/repos/copper
         dir_repo_ovno:      /home/opnfv/repos/ovno
         dir_functest:       /home/opnfv/functest
         dir_results:        /home/opnfv/functest/results
index daa4690..519ade4 100755 (executable)
@@ -134,6 +134,9 @@ function run_test(){
             source ${FUNCTEST_CONF_DIR}/stackrc
             python ${FUNCTEST_REPO_DIR}/testcases/security_scan/security_scan.py --config ${FUNCTEST_REPO_DIR}/testcases/security_scan/config.ini
         ;;
+        "copper")
+            python ${FUNCTEST_REPO_DIR}/testcases/features/copper.py
+        ;;
         *)
             echo "The test case '${test_name}' does not exist."
             exit 1
index cfd93e4..491ddad 100644 (file)
@@ -142,6 +142,15 @@ tiers:
                     installer: 'apex'
                     scenario: ''
 
+            -
+                name: copper
+                criteria: 'status == "PASS"'
+                description: >-
+                    Test suite for policy management based on OpenStack Congress
+                dependencies:
+                    installer: 'apex'
+                    scenario: ''
+
     -
         name: openstack
         order: 4