From: John Mulligan Date: Tue, 30 Jan 2024 19:39:16 +0000 (-0500) Subject: pybind/mgr: add new smb module to tox.ini X-Git-Tag: v20.0.0~2047^2~31 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=0f3f6bd52e80a3dde08563633d9ff94f8b1eff0b;p=ceph.git pybind/mgr: add new smb module to tox.ini Signed-off-by: John Mulligan --- diff --git a/src/pybind/mgr/tox.ini b/src/pybind/mgr/tox.ini index 61f3643e8900c..5500166188ec9 100644 --- a/src/pybind/mgr/tox.ini +++ b/src/pybind/mgr/tox.ini @@ -106,6 +106,7 @@ commands = -m rgw \ -m rook \ -m selftest \ + -m smb \ -m snap_schedule \ -m stats \ -m status \ @@ -115,6 +116,7 @@ commands = -m volumes \ -m zabbix + [testenv:test] setenv = {[testenv]setenv} deps = {[testenv]deps} @@ -173,7 +175,8 @@ modules = prometheus \ rbd_support \ rgw \ - selftest + selftest \ + smb commands = flake8 --config=tox.ini {posargs} \ {posargs:{[testenv:flake8]modules}}