]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
nautilus: mgr/dashboard: decouple unit tests from build artifacts 40547/head
authorAlfonso Martínez <almartin@redhat.com>
Tue, 6 Apr 2021 10:34:02 +0000 (12:34 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Tue, 6 Apr 2021 10:34:02 +0000 (12:34 +0200)
commit3069af7903f2d7a7086a0fea1d4f65b1c7240960
treee5cc3c9e204d0da459d3482977203fa2fb970082
parent7e30d3900368dd84644823210d0bbe2609dba405
nautilus: mgr/dashboard: decouple unit tests from build artifacts

Signed-off-by: Alfonso Martínez <almartin@redhat.com>
12 files changed:
src/pybind/mgr/dashboard/__init__.py
src/pybind/mgr/dashboard/controllers/iscsi.py
src/pybind/mgr/dashboard/controllers/nfsganesha.py
src/pybind/mgr/dashboard/controllers/rbd.py
src/pybind/mgr/dashboard/controllers/rbd_mirroring.py
src/pybind/mgr/dashboard/exceptions.py
src/pybind/mgr/dashboard/module.py
src/pybind/mgr/dashboard/services/ceph_service.py
src/pybind/mgr/dashboard/services/cephfs.py
src/pybind/mgr/dashboard/services/exception.py
src/pybind/mgr/dashboard/services/rbd.py
src/pybind/mgr/dashboard/tests/test_exceptions.py