From: Patrick Donnelly Date: Thu, 7 Jan 2021 21:30:21 +0000 (-0800) Subject: qa: use no client for required client feature tests X-Git-Tag: v16.1.0~79^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0cb3bce3a856532ab55c2413e7ca595b34f79750;p=ceph.git qa: use no client for required client feature tests Signed-off-by: Patrick Donnelly --- diff --git a/qa/tasks/cephfs/test_admin.py b/qa/tasks/cephfs/test_admin.py index f322fb4f8ccd..bd41e25704e9 100644 --- a/qa/tasks/cephfs/test_admin.py +++ b/qa/tasks/cephfs/test_admin.py @@ -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.