From 0097f6f09cca190aff3feeceef429eae8ecd3000 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 3 Oct 2025 15:31:46 +0200 Subject: [PATCH] Remove all Patrole compute testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit It's fully deprecated and unmaintained (all the errors are KeyErrors because of tempest 30.0.0 -> 32.0.0) Change-Id: I23e937c6db21ab8a288bbdce9b0fb8e880c10c4e Signed-off-by: Cédric Ollivier --- docker/smoke/testcases.yaml | 6 +++--- functest/ci/testcases.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 6fde1b5ec..b592bc462 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -260,7 +260,7 @@ tiers: (?!.*test_volumes_backup_rbac.VolumesBackupsV39RbacTest)\ (?!.*test_volume_types_rbac)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" + (^patrole_tempest_plugin.tests.api.(image|network|volume))" option: - '--concurrency=4' @@ -319,7 +319,7 @@ tiers: (?!.*test_volumes_backup_rbac.VolumesBackupsV39RbacTest)\ (?!.*test_volume_types_rbac)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" + (^patrole_tempest_plugin.tests.api.(image|network|volume))" option: - '--concurrency=4' @@ -378,7 +378,7 @@ tiers: (?!.*test_volumes_backup_rbac.VolumesBackupsV39RbacTest)\ (?!.*test_volume_types_rbac)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" + (^patrole_tempest_plugin.tests.api.(image|network|volume))" option: - '--concurrency=4' diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index fe8033809..2cfff579f 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -423,7 +423,7 @@ tiers: (?!.*test_volumes_backup_rbac.VolumesBackupsV39RbacTest)\ (?!.*test_volume_types_rbac)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" + (^patrole_tempest_plugin.tests.api.(image|network|volume))" option: - '--concurrency=4' @@ -482,7 +482,7 @@ tiers: (?!.*test_volumes_backup_rbac.VolumesBackupsV39RbacTest)\ (?!.*test_volume_types_rbac)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" + (^patrole_tempest_plugin.tests.api.(image|network|volume))" option: - '--concurrency=4' @@ -541,7 +541,7 @@ tiers: (?!.*test_volumes_backup_rbac.VolumesBackupsV39RbacTest)\ (?!.*test_volume_types_rbac)\ (?=.*[.*\bslow\b.*])\ - (^patrole_tempest_plugin.tests.api.(compute|image|network|volume))" + (^patrole_tempest_plugin.tests.api.(image|network|volume))" option: - '--concurrency=4' -- 2.16.6