diff options
author | Aimee Ukasick <aimeeu.opensource@gmail.com> | 2017-03-27 14:02:42 -0500 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2017-04-14 09:01:52 +0200 |
commit | 2cb49ed4e4f7c5f6cb4f127d4e0785d5b6e1149a (patch) | |
tree | db1dce0499f3494dc49ed0734fefce0c6868f7ed | |
parent | d467ead2a0d8585cd7b702804029ed514f26b513 (diff) |
Add copper section in testcases.yaml
JIRA: COPPER-34
Change-Id: I7301745718b9c035493c2e5c162e2a4e117982db
Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
-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 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%' |