mirror of
https://github.com/ceph/ceph
synced 2026-08-01 22:45:39 +00:00
Merge pull request #70084 from ShwetaBhosale1/fix_issue_78099_fix_qa_test_nfs.py
qa: fixed the NFS protocol version in test_nfs.py Reviewed-by: Redouane Kachach <rkachach@ibm.com>
This commit is contained in:
commit
177897b4f8
@ -56,7 +56,7 @@ class TestNFS(MgrTestCase):
|
||||
"squash": "none",
|
||||
"security_label": True,
|
||||
"protocols": [
|
||||
3, 4
|
||||
4
|
||||
],
|
||||
"transports": [
|
||||
"TCP"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user