From: John Mulligan Date: Thu, 8 Jan 2026 18:41:53 +0000 (-0500) Subject: qa/workunits/smb: add hosts_access marker to pytest.ini X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=50e8e6185dbd065449bb9e895ab8d30778f37637;p=ceph.git qa/workunits/smb: add hosts_access marker to pytest.ini Signed-off-by: John Mulligan --- diff --git a/qa/workunits/smb/tests/pytest.ini b/qa/workunits/smb/tests/pytest.ini index 922ae9c1df15..1ae9ec0c814d 100644 --- a/qa/workunits/smb/tests/pytest.ini +++ b/qa/workunits/smb/tests/pytest.ini @@ -3,3 +3,4 @@ addopts = -m 'default' markers = default: Default tests + hosts_access: Host access tests