From: Ricardo Marques Date: Mon, 22 Jul 2019 15:56:45 +0000 (+0100) Subject: mgr/dashboard: Fix dashboard health test failure X-Git-Tag: v15.1.0~2115^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F29172%2Fhead;p=ceph.git mgr/dashboard: Fix dashboard health test failure Fixes: https://tracker.ceph.com/issues/40869 Signed-off-by: Ricardo Marques --- diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index afc632a6cfa0..c091ee6ba482 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -58,7 +58,10 @@ class HealthTest(DashboardTestCase): 'status': str, }), 'hosts': int, - 'iscsi_daemons': int, + 'iscsi_daemons': JObj({ + 'up': int, + 'down': int + }), 'mgr_map': JObj({ 'active_name': str, 'standbys': JList(JLeaf(dict)) @@ -183,7 +186,10 @@ class HealthTest(DashboardTestCase): 'status': str, }), 'hosts': int, - 'iscsi_daemons': int, + 'iscsi_daemons': JObj({ + 'up': int, + 'down': int + }), 'mgr_map': JObj({ 'active_addr': str, 'active_addrs': JObj({