]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
ci: add precise tests to valide daemons are up
authorGuillaume Abrioux <gabrioux@redhat.com>
Sun, 17 Sep 2017 09:16:54 +0000 (11:16 +0200)
committerGuillaume Abrioux <gabrioux@redhat.com>
Thu, 21 Sep 2017 07:56:37 +0000 (09:56 +0200)
commitf4fc3bbfea5cb2400483d3f0532340837c62f7e3
tree34c9d707f4d87ef4769f38c751e630d61a58c605
parent90c4066ce5ffe537c796c1b257af61d6a4d0e9a2
ci: add precise tests to valide daemons are up

Add daemon health check for rgw, mds, mgr, rbd mirror.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
Co-Authored-by: Guillaume Abrioux <gabrioux@redhat.com>
tests/conftest.py
tests/functional/tests/mds/__init__.py [new file with mode: 0644]
tests/functional/tests/mds/test_mds.py [new file with mode: 0644]
tests/functional/tests/mgr/__init__.py [new file with mode: 0644]
tests/functional/tests/mgr/test_mgr.py [new file with mode: 0644]
tests/functional/tests/rbd-mirror/__init__.py [new file with mode: 0644]
tests/functional/tests/rbd-mirror/test_rbd_mirror.py [new file with mode: 0644]
tests/functional/tests/rgw/__init__.py [new file with mode: 0644]
tests/functional/tests/rgw/test_rgw.py [new file with mode: 0644]