mirror of
https://github.com/ceph/ceph
synced 2024-12-25 04:43:17 +00:00
qa/tasks/mgr/dashboard/test_health: fix test_full_health test
New fields! Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
5dcb6d81bb
commit
e0a66c564e
@ -144,7 +144,9 @@ class HealthTest(DashboardTestCase):
|
||||
'total_bytes': int,
|
||||
'total_used_bytes': int,
|
||||
'total_used_raw_bytes': int,
|
||||
'total_used_raw_ratio': float
|
||||
'total_used_raw_ratio': float,
|
||||
'num_osds': int,
|
||||
'num_per_pool_osds': int
|
||||
})
|
||||
}),
|
||||
'fs_map': JObj({
|
||||
|
Loading…
Reference in New Issue
Block a user