From f7b90a1d4fcb9b19be1c7afff3e85db5af821385 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sat, 27 Jul 2019 01:50:30 +0800 Subject: [PATCH] mgr/dashboard/qa: add more fields to report to be in sync with #28847 Signed-off-by: Kefu Chai (cherry picked from commit d6170e70b6d1d634be6af5540d85572a9c425d0c) --- qa/tasks/mgr/dashboard/test_mgr_module.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qa/tasks/mgr/dashboard/test_mgr_module.py b/qa/tasks/mgr/dashboard/test_mgr_module.py index 0a8b584c9897e..b05e22ae5832a 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), -- 2.39.5