mgr/dashboard/qa: add more fields to report

to be in sync with #28847

Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2019-07-27 01:50:30 +08:00
parent 0a8c11d172
commit d6170e70b6

View 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),