From: Jeff Layton Date: Tue, 19 Oct 2021 15:05:54 +0000 (-0400) Subject: qa: remove REQUIRE_KCLIENT_REMOTE X-Git-Tag: v17.1.0~546^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ab91d53a1f1f2b82f49e51f0abd409e19fea55e;p=ceph.git qa: remove REQUIRE_KCLIENT_REMOTE Nothing references this variable anymore since commit 2df7caae4b22 (qa: remove obsolete test). Signed-off-by: Jeff Layton --- diff --git a/qa/tasks/cephfs/cephfs_test_case.py b/qa/tasks/cephfs/cephfs_test_case.py index 8383359d5aa..bccf2d3fa24 100644 --- a/qa/tasks/cephfs/cephfs_test_case.py +++ b/qa/tasks/cephfs/cephfs_test_case.py @@ -66,7 +66,6 @@ class CephFSTestCase(CephTestCase): # their special needs. If not met, tests will be skipped. CLIENTS_REQUIRED = 1 MDSS_REQUIRED = 1 - REQUIRE_KCLIENT_REMOTE = False REQUIRE_ONE_CLIENT_REMOTE = False # Whether to create the default filesystem during setUp diff --git a/qa/tasks/cephfs/test_client_limits.py b/qa/tasks/cephfs/test_client_limits.py index 4ea6576af5c..93484c9aa4e 100644 --- a/qa/tasks/cephfs/test_client_limits.py +++ b/qa/tasks/cephfs/test_client_limits.py @@ -25,7 +25,6 @@ CAP_RECALL_MIN = 100 class TestClientLimits(CephFSTestCase): - REQUIRE_KCLIENT_REMOTE = True CLIENTS_REQUIRED = 2 def _test_client_pin(self, use_subdir, open_files): diff --git a/qa/tasks/cephfs/test_client_recovery.py b/qa/tasks/cephfs/test_client_recovery.py index eea93939d24..5d58c0aa812 100644 --- a/qa/tasks/cephfs/test_client_recovery.py +++ b/qa/tasks/cephfs/test_client_recovery.py @@ -25,7 +25,6 @@ MDS_RESTART_GRACE = 60 class TestClientNetworkRecovery(CephFSTestCase): - REQUIRE_KCLIENT_REMOTE = True REQUIRE_ONE_CLIENT_REMOTE = True CLIENTS_REQUIRED = 2 @@ -85,7 +84,6 @@ class TestClientNetworkRecovery(CephFSTestCase): class TestClientRecovery(CephFSTestCase): - REQUIRE_KCLIENT_REMOTE = True CLIENTS_REQUIRED = 2 LOAD_SETTINGS = ["mds_reconnect_timeout", "ms_max_backoff"]