]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/dashboard/qa: add more fields to report
authorKefu Chai <kchai@redhat.com>
Fri, 26 Jul 2019 17:50:30 +0000 (01:50 +0800)
committerSage Weil <sage@redhat.com>
Fri, 15 Nov 2019 21:19:18 +0000 (15:19 -0600)
to be in sync with #28847

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit d6170e70b6d1d634be6af5540d85572a9c425d0c)

qa/tasks/mgr/dashboard/test_mgr_module.py

index 0a8b584c9897e61b4e35be1d2d6a4b78b75865df..b05e22ae5832a4b8ddd8c7810b1586f8563d329e 100644 (file)
@@ -111,6 +111,10 @@ class MgrModuleTelemetryTest(MgrModuleTestCase):
             data,
             JObj(
                 sub_elems={
+                    'channel_basic': JLeaf(bool),
+                    'channel_ident': JLeaf(bool),
+                    'channel_crash': JLeaf(bool),
+                    'channel_device': JLeaf(bool),
                     'contact': JLeaf(str),
                     'description': JLeaf(str),
                     'enabled': JLeaf(bool),