diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-01 22:08:15 +0000 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2018-05-01 22:08:15 +0000 |
commit | 5c6f12ac2324be2cd61bdd365045e6e94417c418 (patch) | |
tree | 9468d6ce522b5df1a661ced9038640bbb52779a9 /etc/userconfig | |
parent | 67de42416576c952ec0d6a159a0d57fc4cabc414 (diff) |
Integrating Functest Patrole test case
Adding the new Patrole test case of Functest to Dovetail and to the
proposed_tests test suite.
JIRA: DOVETAIL-649
Change-Id: I2c3f583cdbd3af75cec020b0fe97f287d23498a5
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Diffstat (limited to 'etc/userconfig')
-rw-r--r-- | etc/userconfig/testcases.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/userconfig/testcases.yaml b/etc/userconfig/testcases.yaml index 571ae7b0..5e6a6c70 100644 --- a/etc/userconfig/testcases.yaml +++ b/etc/userconfig/testcases.yaml @@ -171,6 +171,26 @@ tiers: run: module: 'functest.opnfv_tests.openstack.tempest.tempest' class: 'TempestCustom' + - + case_name: patrole + project_name: functest + criteria: 100 + blocking: false + description: >- + Test suite from Patrole project. + dependencies: + installer: '' + scenario: '' + run: + module: 'functest.opnfv_tests.openstack.patrole.patrole' + class: 'Patrole' + args: + role: 'admin' + services: + - 'image' + - 'network' + exclude: + - 'test_networks_multiprovider_rbac' - name: features |