From: Sage Weil Date: Fri, 12 Jul 2019 13:15:15 +0000 (-0500) Subject: qa/tasks/mgr/dashboard/test_health: fix test_full_health test X-Git-Tag: v15.1.0~2214^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28978%2Fhead;p=ceph.git qa/tasks/mgr/dashboard/test_health: fix test_full_health test New fields! Signed-off-by: Sage Weil --- diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index 8e47a280c5ba..afc632a6cfa0 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -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({