]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/smb: add getter for arbitrary test params
authorJohn Mulligan <jmulligan@redhat.com>
Sun, 5 Jul 2026 17:29:53 +0000 (13:29 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 5 Aug 2026 16:42:36 +0000 (12:42 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
qa/workunits/smb/tests/smbutil.py

index 64377f1cb3f83f60c77e8916c6d21e5012d8c1b4..52716d7eccea2c77f49e61bdda7a59ef5677a04e 100644 (file)
@@ -94,6 +94,10 @@ class SMBTestConf:
     def testdir(self):
         return self._data.get('testdir') or os.path.expanduser('~/cephtest')
 
+    @property
+    def params(self):
+        return self._data.get('params') or {}
+
 
 @contextlib.contextmanager
 def connection(conf, share):