From dc77bb253463ceef27c8db08a91a5e78a0ffde96 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 20 Jul 2020 18:47:53 +0200 Subject: Add Patrole compute testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It stops leveraging on policy json files as it fails for Nova. Change-Id: Ic70997d0ff8151956dc189739b8468def048aad7 Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 8fe33273f..e89a59928 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -399,7 +399,7 @@ tiers: (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(image|network|volume))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -418,7 +418,7 @@ tiers: (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(image|network|volume))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' @@ -437,7 +437,7 @@ tiers: (?!.*test_show_auto_allocated_topology)\ (?!.*test_delete_auto_allocated_topology)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(image|network|volume))" + (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" option: - '--concurrency=4' -- cgit 1.2.3-korg