From 6add853fe48a7b6d23b01c1f924829c4309f141e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alfonso=20Mart=C3=ADnez?= Date: Tue, 10 Nov 2020 09:29:45 +0100 Subject: [PATCH] mgr/dashboard: fix API test: test_full_health MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: https://tracker.ceph.com/issues/48155 Signed-off-by: Alfonso Martínez --- qa/tasks/mgr/dashboard/test_health.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5