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: v17.0.0~675^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=6add853fe48a7b6d23b01c1f924829c4309f141e;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 9787ea45ff9e4..7efd7b80db40d 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