]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: remove REQUIRE_KCLIENT_REMOTE
authorJeff Layton <jlayton@redhat.com>
Tue, 19 Oct 2021 15:05:54 +0000 (11:05 -0400)
committerJeff Layton <jlayton@redhat.com>
Tue, 19 Oct 2021 15:07:09 +0000 (11:07 -0400)
Nothing references this variable anymore since commit 2df7caae4b22 (qa:
remove obsolete test).

Signed-off-by: Jeff Layton <jlayton@redhat.com>
qa/tasks/cephfs/cephfs_test_case.py
qa/tasks/cephfs/test_client_limits.py
qa/tasks/cephfs/test_client_recovery.py

index 8383359d5aa7fc77469c208d6efaaaba8fadec5a..bccf2d3fa24856d35c412b6f8b5a52a332c7801c 100644 (file)
@@ -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
index 4ea6576af5c58b8e22aad6fdb7dda8870e69c734..93484c9aa4e72a3b79e32a2f4ecd454d959a8760 100644 (file)
@@ -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):
index eea93939d24b59f1cb74a300ea8f9324dd1e9ccf..5d58c0aa8121711dce2d13ad6822d184f23b6579 100644 (file)
@@ -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"]