mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
mgr/dashboard: Fix dashboard health test failure
Fixes: https://tracker.ceph.com/issues/40869 Signed-off-by: Ricardo Marques <rimarques@suse.com>
This commit is contained in:
parent
ddcadb45b3
commit
476d0fab61
@ -58,7 +58,10 @@ class HealthTest(DashboardTestCase):
|
||||
'status': str,
|
||||
}),
|
||||
'hosts': int,
|
||||
'iscsi_daemons': int,
|
||||
'iscsi_daemons': JObj({
|
||||
'up': int,
|
||||
'down': int
|
||||
}),
|
||||
'mgr_map': JObj({
|
||||
'active_name': str,
|
||||
'standbys': JList(JLeaf(dict))
|
||||
@ -183,7 +186,10 @@ class HealthTest(DashboardTestCase):
|
||||
'status': str,
|
||||
}),
|
||||
'hosts': int,
|
||||
'iscsi_daemons': int,
|
||||
'iscsi_daemons': JObj({
|
||||
'up': int,
|
||||
'down': int
|
||||
}),
|
||||
'mgr_map': JObj({
|
||||
'active_addr': str,
|
||||
'active_addrs': JObj({
|
||||
|
Loading…
Reference in New Issue
Block a user