From 5c6f12ac2324be2cd61bdd365045e6e94417c418 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Tue, 1 May 2018 22:08:15 +0000 Subject: 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 --- etc/userconfig/testcases.yaml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'etc/userconfig/testcases.yaml') 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 -- cgit 1.2.3-korg