mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
qa/tasks/mgr/dashboard/test_health: add missing field for test_full_health
fix regressions introduced bya076260e
andd6ff61ed
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
parent
801d2f0449
commit
b1c05009f9
@ -123,9 +123,13 @@ class HealthTest(DashboardTestCase):
|
||||
'pools': JList(JObj({
|
||||
'stats': JObj({
|
||||
'stored': int,
|
||||
'stored_data': int,
|
||||
'stored_omap': int,
|
||||
'objects': int,
|
||||
'kb_used': int,
|
||||
'bytes_used': int,
|
||||
'data_bytes_used': int,
|
||||
'omap_bytes_used': int,
|
||||
'percent_used': float,
|
||||
'max_avail': int,
|
||||
'quota_objects': int,
|
||||
@ -149,7 +153,8 @@ class HealthTest(DashboardTestCase):
|
||||
'total_used_raw_bytes': int,
|
||||
'total_used_raw_ratio': float,
|
||||
'num_osds': int,
|
||||
'num_per_pool_osds': int
|
||||
'num_per_pool_osds': int,
|
||||
'num_per_pool_omap_osds': int
|
||||
})
|
||||
}),
|
||||
'fs_map': JObj({
|
||||
|
Loading…
Reference in New Issue
Block a user