aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorJose Lausuch <jose.lausuch@ericsson.com>2017-04-15 12:16:47 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-15 12:16:47 +0000
commit70fb2675fb849e27d0494dd736b0df3b49ba03ca (patch)
tree7e9c58ea445ba59253109044f62981ae4c8a0129 /functest
parentc5e3a343242e728952acf09008f72ea62f1561db (diff)
parent2cb49ed4e4f7c5f6cb4f127d4e0785d5b6e1149a (diff)
Merge "Add copper section in testcases.yaml"
Diffstat (limited to 'functest')
-rwxr-xr-xfunctest/ci/testcases.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml
index febe15706..39988306f 100755
--- a/functest/ci/testcases.yaml
+++ b/functest/ci/testcases.yaml
@@ -333,6 +333,23 @@ tiers:
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
criteria: 'success_rate == 100%'