]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: use no client for required client feature tests
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 7 Jan 2021 21:30:21 +0000 (13:30 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Thu, 7 Jan 2021 21:30:46 +0000 (13:30 -0800)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
qa/tasks/cephfs/test_admin.py

index f322fb4f8ccd3266fe8ff3672a6687808e6d80a6..bd41e25704e9824e0fc8a6739b99b7f169a5ad7e 100644 (file)
@@ -193,6 +193,10 @@ class TestAdminCommands(CephFSTestCase):
             self._check_pool_application_metadata_key_value(
                 pool_names[i], 'cephfs', keys[i], fs_name)
 
+class TestRequiredClientFeatures(CephFSTestCase):
+    CLIENTS_REQUIRED = 0
+    MDSS_REQUIRED = 1
+
     def test_required_client_features(self):
         """
         That `ceph fs required_client_features` command functions.