From: Sage Weil Date: Fri, 26 Jul 2019 18:53:55 +0000 (-0500) Subject: qa/tasks/mgr/dashboard/test_mgr_module: adjust expected schema X-Git-Tag: v15.1.0~1999^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29334%2Fhead;p=ceph.git qa/tasks/mgr/dashboard/test_mgr_module: adjust expected schema Signed-off-by: Sage Weil --- diff --git a/qa/tasks/mgr/dashboard/test_mgr_module.py b/qa/tasks/mgr/dashboard/test_mgr_module.py index af0036904a3..0a8b584c989 100644 --- a/qa/tasks/mgr/dashboard/test_mgr_module.py +++ b/qa/tasks/mgr/dashboard/test_mgr_module.py @@ -118,7 +118,11 @@ class MgrModuleTelemetryTest(MgrModuleTestCase): 'leaderboard': JLeaf(bool), 'organization': JLeaf(str), 'proxy': JLeaf(str), - 'url': JLeaf(str) + 'url': JLeaf(str), + 'config': JObj(sub_elems={ + 'cluster_changed': JList(str), + 'active_changed': JList(str), + }), })) def test_put(self):