]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/mgr/dashboard/test_mgr_module: adjust expected schema
authorSage Weil <sage@redhat.com>
Fri, 26 Jul 2019 18:53:55 +0000 (13:53 -0500)
committerSage Weil <sage@redhat.com>
Wed, 6 Nov 2019 12:41:50 +0000 (06:41 -0600)
Signed-off-by: Sage Weil <sage@redhat.com>
(cherry picked from commit 6d1dd6181b847f8b04b20c7647a725d814583c70)

qa/tasks/mgr/dashboard/test_mgr_module.py

index af0036904a30aa3ff70524e125ba1f640fbd26ea..0a8b584c9897e61b4e35be1d2d6a4b78b75865df 100644 (file)
@@ -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):