From: John Mulligan Date: Wed, 19 Nov 2025 16:19:24 +0000 (-0500) Subject: qa/workunits/smb: add a stub pytest config X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=11a672a880768206ab5e3939629d4d78e684bb02;p=ceph.git qa/workunits/smb: add a stub pytest config Signed-off-by: John Mulligan --- diff --git a/qa/workunits/smb/tests/pytest.ini b/qa/workunits/smb/tests/pytest.ini new file mode 100644 index 000000000000..922ae9c1df15 --- /dev/null +++ b/qa/workunits/smb/tests/pytest.ini @@ -0,0 +1,5 @@ + +[pytest] +addopts = -m 'default' +markers = + default: Default tests