]> git.apps.os.sepia.ceph.com Git - ceph-ci.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)
committerKefu Chai <kchai@redhat.com>
Fri, 26 Jul 2019 17:50:33 +0000 (01:50 +0800)
to be in sync with #28847

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/dashboard/test_mgr_module.py

index af0036904a30aa3ff70524e125ba1f640fbd26ea..3887de3cadab0c10abea40b2b7b9704c44dd2d30 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),