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: v14.2.2~3^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=adfcc5e57292112d70d120821caa25e9a2feaa3c;p=ceph.git qa/tasks/mgr/dashboard/test_health: fix test_full_health test New fields! Signed-off-by: Sage Weil (cherry picked from commit e0a66c564ee0ec72c20d891ca695d1df76f58692) --- diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index 8e47a280c5b..afc632a6cfa 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({