From 43b6353e7cbffaa3730c0c9dbf55a080bcf601cb Mon Sep 17 00:00:00 2001 From: jpike Date: Thu, 3 Jul 2025 07:33:48 -0400 Subject: [PATCH] Removing lab_standard marker as it's not needed or implemented This testcase can run on any system that has rook ceph. Change-Id: I3c47550f30cb17c086713cbf68935e84f9894a79 Signed-off-by: jpike --- .pre-commit-config.yaml | 1 - .../regression/storage/test_ceph_rook_operations.py | 1 - 2 files changed, 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae315bfb..00b7b47e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -78,4 +78,3 @@ repos: entry: bash -c 'pytest unit_tests/' language: system pass_filenames: false - stages: [push] diff --git a/testcases/cloud_platform/regression/storage/test_ceph_rook_operations.py b/testcases/cloud_platform/regression/storage/test_ceph_rook_operations.py index fa901fa7..8a8987d3 100644 --- a/testcases/cloud_platform/regression/storage/test_ceph_rook_operations.py +++ b/testcases/cloud_platform/regression/storage/test_ceph_rook_operations.py @@ -218,7 +218,6 @@ def test_ceph_rook_capabilities_testing_open_model(request): validate_equals(pool_update, True, "Replicated min_size is updated.") -@mark.lab_standard @mark.lab_ceph_rook def test_lock_unlock_multiple_hosts(): """