]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: backend unit tests: decouple from build dir 42515/head
authorAlfonso Martínez <almartin@redhat.com>
Wed, 28 Jul 2021 07:51:52 +0000 (09:51 +0200)
committerAlfonso Martínez <almartin@redhat.com>
Wed, 28 Jul 2021 07:51:52 +0000 (09:51 +0200)
commit890f42fafa874023e323b406573ab07ca4a0eeaf
tree914b0660382d3ad772844217ad653c8dcde3900f
parentaa14f3dd1758cc4e21659f7e3f32cc29cbb537d8
mgr/dashboard: backend unit tests: decouple from build dir

After https://github.com/ceph/ceph/pull/42255 some unit tests got coupled
to the frontend folder of the build dir.
Backend unit tests do not need a build folder: they only test our business logic.

Signed-off-by: Alfonso Martínez <almartin@redhat.com>
src/pybind/mgr/dashboard/__init__.py