From: Alfonso Martínez Date: Tue, 10 Nov 2020 08:29:45 +0000 (+0100) Subject: mgr/dashboard: fix API test: test_full_health X-Git-Tag: v16.1.0~643^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F37997%2Fhead;p=ceph.git mgr/dashboard: fix API test: test_full_health Fixes: https://tracker.ceph.com/issues/48155 Signed-off-by: Alfonso Martínez --- diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index 9787ea45ff9..7efd7b80db4 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -253,7 +253,8 @@ class HealthTest(DashboardTestCase): 'rank': int, 'state': str, # @TODO: What type should be expected here? - 'sync_provider': JList(JAny(none=True)) + 'sync_provider': JList(JAny(none=True)), + 'stretch_mode': bool }), 'osd_map': JObj({ # @TODO: define schema for crush map and osd_metadata, among