X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Ftests%2Ftest_daemon.py;h=4ba23866d076a2fc961ea9a481e678f3d4854444;hb=aee94f6923ba628a85d855d0c5316d0da78bfa2a;hp=2008c8630f51dc3eb44873b34aa3f01637bd8ab4;hpb=27f45121cc74e31203777ad565f78d8aad9b92a2;p=ceph.git diff --git a/ceph/src/pybind/mgr/dashboard/tests/test_daemon.py b/ceph/src/pybind/mgr/dashboard/tests/test_daemon.py index 2008c8630..4ba23866d 100644 --- a/ceph/src/pybind/mgr/dashboard/tests/test_daemon.py +++ b/ceph/src/pybind/mgr/dashboard/tests/test_daemon.py @@ -39,3 +39,8 @@ class DaemonTest(ControllerTestCase): 'component': None }) self.assertStatus(400) + + def test_daemon_list(self): + with patch_orch(True): + self._get(f'{self.URL_DAEMON}') + self.assertStatus(200)