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:
Sage Weil 2019-07-12 08:15:15 -05:00
parent 5dcb6d81bb
commit e0a66c564e

View File

@ -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({