From 1b3ebbc398b4b26255b2085368783f2d874f3465 Mon Sep 17 00:00:00 2001 From: Yulia Persky Date: Thu, 2 Nov 2023 01:42:20 +0200 Subject: [PATCH] adding ignore_leftovers marker to very long tests (#8684) Signed-off-by: Yulia Persky --- .../performance/csi_tests/test_pvc_multi_clone_performance.py | 2 ++ .../csi_tests/test_pvc_multi_snapshot_performance.py | 2 ++ 2 files changed, 4 insertions(+) diff --git a/tests/e2e/performance/csi_tests/test_pvc_multi_clone_performance.py b/tests/e2e/performance/csi_tests/test_pvc_multi_clone_performance.py index fd7fa598ba4..289f1e1dd5e 100644 --- a/tests/e2e/performance/csi_tests/test_pvc_multi_clone_performance.py +++ b/tests/e2e/performance/csi_tests/test_pvc_multi_clone_performance.py @@ -16,6 +16,7 @@ skipif_ocp_version, performance, performance_b, + ignore_leftovers, ) from ocs_ci.helpers.helpers import get_full_test_logs_path from ocs_ci.ocs import constants, exceptions @@ -47,6 +48,7 @@ @performance_b @skipif_ocp_version("<4.6") @skipif_ocs_version("<4.6") +@ignore_leftovers class TestPvcMultiClonePerformance(PASTest): def setup(self): """ diff --git a/tests/e2e/performance/csi_tests/test_pvc_multi_snapshot_performance.py b/tests/e2e/performance/csi_tests/test_pvc_multi_snapshot_performance.py index a8e59fe8b05..b9779ff660b 100644 --- a/tests/e2e/performance/csi_tests/test_pvc_multi_snapshot_performance.py +++ b/tests/e2e/performance/csi_tests/test_pvc_multi_snapshot_performance.py @@ -21,6 +21,7 @@ skipif_ocp_version, performance, performance_b, + ignore_leftovers, ) from ocs_ci.helpers.helpers import get_full_test_logs_path @@ -44,6 +45,7 @@ @performance_b @skipif_ocp_version("<4.6") @skipif_ocs_version("<4.6") +@ignore_leftovers class TestPvcMultiSnapshotPerformance(PASTest): """ Tests to measure PVC snapshots creation performance & scale