]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/mgr/dashboard/test_orchestrator: disable services test
authorSage Weil <sage@redhat.com>
Sun, 16 Feb 2020 15:39:27 +0000 (09:39 -0600)
committerSage Weil <sage@redhat.com>
Wed, 19 Feb 2020 17:01:13 +0000 (11:01 -0600)
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>
qa/tasks/mgr/dashboard/test_orchestrator.py

index 9f883fc226a9830f0b4cf6bd75bd83c44a4712b0..4f702066e73d92c5c1d290c18c562da670a7894a 100644 (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 = {