diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-04-15 12:16:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-15 12:16:47 +0000 |
commit | 70fb2675fb849e27d0494dd736b0df3b49ba03ca (patch) | |
tree | 7e9c58ea445ba59253109044f62981ae4c8a0129 /functest/ci | |
parent | c5e3a343242e728952acf09008f72ea62f1561db (diff) | |
parent | 2cb49ed4e4f7c5f6cb4f127d4e0785d5b6e1149a (diff) |
Merge "Add copper section in testcases.yaml"
Diffstat (limited to 'functest/ci')
-rwxr-xr-x | functest/ci/testcases.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ -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%' |