From 2cb49ed4e4f7c5f6cb4f127d4e0785d5b6e1149a Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Mon, 27 Mar 2017 14:02:42 -0500 Subject: Add copper section in testcases.yaml JIRA: COPPER-34 Change-Id: I7301745718b9c035493c2e5c162e2a4e117982db Signed-off-by: Aimee Ukasick --- functest/ci/testcases.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'functest') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index febe1570..39988306 100755 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -332,6 +332,23 @@ tiers: args: cmd: '. /home/opnfv/functest/conf/stackrc && cd /home/opnfv/repos/securityscanning && python security_scan.py --config config.ini && cd -' + - + case_name: copper + project_name: copper + criteria: 'status == "PASS"' + blocking: false + clean_flag: true + description: >- + Test suite for policy management based on OpenStack Congress + dependencies: + installer: 'apex' + scenario: '^((?!fdio).)*$' + run: + module: 'functest.core.feature' + class: 'BashFeature' + args: + cmd: 'cd /home/opnfv/repos/copper/tests && bash run.sh && cd -' + - case_name: multisite project_name: multisite -- cgit 1.2.3-korg