]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/insights: add unit tests
authorNoah Watkins <nwatkins@redhat.com>
Wed, 8 Aug 2018 18:24:59 +0000 (11:24 -0700)
committerNoah Watkins <nwatkins@redhat.com>
Thu, 16 Aug 2018 22:24:01 +0000 (15:24 -0700)
commit66977290a0de08b4c8701b1b3e372d046dd6e3de
tree8404295709efb9a792d7ff0bc18863db03e6b2df
parent10fb6e887498f8d1262ea7400e8713de149b862b
mgr/insights: add unit tests

wired up to make check

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
src/pybind/mgr/CMakeLists.txt
src/pybind/mgr/insights/CMakeLists.txt [new file with mode: 0644]
src/pybind/mgr/insights/__init__.py
src/pybind/mgr/insights/run-tox.sh [new file with mode: 0644]
src/pybind/mgr/insights/tests/__init__.py [new file with mode: 0644]
src/pybind/mgr/insights/tests/test_health.py [new file with mode: 0644]
src/pybind/mgr/insights/tox.ini [new file with mode: 0644]
src/test/CMakeLists.txt