]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/mgr: add new smb module to tox.ini
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 30 Jan 2024 19:39:16 +0000 (14:39 -0500)
committerJohn Mulligan <jmulligan@redhat.com>
Thu, 25 Apr 2024 23:10:38 +0000 (19:10 -0400)
Signed-off-by: John Mulligan <jmulligan@redhat.com>
src/pybind/mgr/tox.ini

index 61f3643e8900c239002eb38db67079464030acc6..5500166188ec99ba8b959039de84977eab2ed828 100644 (file)
@@ -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}}