mirror of
https://github.com/ceph/ceph
synced 2024-12-28 14:34:13 +00:00
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:
parent
0a8c11d172
commit
d6170e70b6
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user