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:
Sage Weil 2020-02-16 09:39:27 -06:00
parent 6f76cde053
commit 93d53c05b0

View File

@ -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 = {