JIRA: FUNCTEST-67
Change-Id: Idffa4ccae4eb51ad335a5c49876bb18731990e84
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
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
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
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