From: Kefu Chai Date: Fri, 26 Jul 2019 17:50:30 +0000 (+0800) Subject: mgr/dashboard/qa: add more fields to report X-Git-Tag: v15.1.0~2059^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29361%2Fhead;p=ceph.git mgr/dashboard/qa: add more fields to report to be in sync with #28847 Signed-off-by: Kefu Chai --- diff --git a/qa/tasks/mgr/dashboard/test_mgr_module.py b/qa/tasks/mgr/dashboard/test_mgr_module.py index af0036904a3..3887de3cada 100644 --- a/qa/tasks/mgr/dashboard/test_mgr_module.py +++ b/qa/tasks/mgr/dashboard/test_mgr_module.py @@ -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),