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=8f9394f3ca3453dbf621feda337d89e9fceda96b;p=ceph-ci.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 00000000000..ac4512402a6 --- /dev/null +++ b/qa/workunits/smb/tests/pytest.ini @@ -0,0 +1,6 @@ + +[pytest] +addopts = -m 'default' +markers = + default: Default tests + foobar: Placeholder