mirror of
https://github.com/ceph/ceph
synced 2025-03-29 23:09:47 +00:00
qa/tasks/mgr/dashboard/test_orchestrator: disable services test
We need to either fill out the list_daemons APIs in the dashboard and test that, or redesign and reimplement the services abstractions in the orchestration layer. Until then, disable this test. Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
6f76cde053
commit
93d53c05b0
@ -136,6 +136,7 @@ class OrchestratorControllerTest(DashboardTestCase):
|
||||
self.assertEqual(len(data), 1)
|
||||
self._validate_inventory(node, data[0])
|
||||
|
||||
"""
|
||||
def test_service_list(self):
|
||||
# get all services
|
||||
data = self._get(self.URL_SERVICE)
|
||||
@ -156,6 +157,7 @@ class OrchestratorControllerTest(DashboardTestCase):
|
||||
resp_services = sorted(data, key=sorting_key)
|
||||
for test, resp in zip(test_services, resp_services):
|
||||
self._validate_service(test, resp)
|
||||
"""
|
||||
|
||||
def test_create_osds(self):
|
||||
data = {
|
||||
|
Loading…
Reference in New Issue
Block a user