From: Sage Weil Date: Sun, 16 Feb 2020 15:39:27 +0000 (-0600) Subject: qa/tasks/mgr/dashboard/test_orchestrator: disable services test X-Git-Tag: v15.1.1~362^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=93d53c05b0163072aa6fe54fa816b4bbd49c4954;p=ceph.git 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 --- diff --git a/qa/tasks/mgr/dashboard/test_orchestrator.py b/qa/tasks/mgr/dashboard/test_orchestrator.py index 9f883fc226a..4f702066e73 100644 --- a/qa/tasks/mgr/dashboard/test_orchestrator.py +++ b/qa/tasks/mgr/dashboard/test_orchestrator.py @@ -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 = {