]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr: Implement self_test() method in MgrModule
authorWido den Hollander <wido@42on.com>
Mon, 3 Jul 2017 12:48:06 +0000 (14:48 +0200)
committerWido den Hollander <wido@42on.com>
Mon, 3 Jul 2017 12:48:06 +0000 (14:48 +0200)
commit270a3e0f210f9bb84ed9c7ec628bf8362d6f2e88
tree80ef31c653feac0f41dfa69090c6cb017201b828
parent43380f8d98168bb3b2770275fb47084606e3be3d
mgr: Implement self_test() method in MgrModule

Other modules are encouraged to override this method and implement
a as good as possible self-test which returns True or False

It should be a simple way of running (automated) testing on a ceph-mgr
module

Signed-off-by: Wido den Hollander <wido@42on.com>
src/pybind/mgr/mgr_module.py