]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa: fixed the NFS protocol version in test_nfs.py 70084/head
authorShweta Bhosale <Shweta.Bhosale1@ibm.com>
Thu, 9 Jul 2026 14:31:45 +0000 (20:01 +0530)
committerShweta Bhosale <Shweta.Bhosale1@ibm.com>
Thu, 9 Jul 2026 14:32:26 +0000 (20:02 +0530)
Fixes: https://tracker.ceph.com/issues/78099
Signed-off-by: Shweta Bhosale <Shweta.Bhosale1@ibm.com>
qa/tasks/cephfs/test_nfs.py

index 28f30f25e41d5250df8cf093dd2a0212f62c2b9d..951f41e385b26e4ebb37749ff0b5ed8913a0a3f6 100644 (file)
@@ -56,7 +56,7 @@ class TestNFS(MgrTestCase):
          "squash": "none",
          "security_label": True,
          "protocols": [
-           3, 4
+           4
          ],
          "transports": [
            "TCP"