From: Patrick Donnelly Date: Mon, 18 Mar 2024 19:55:04 +0000 (-0400) Subject: qa: update dashboard schema for mon_status X-Git-Tag: v19.1.0~194^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=98d2eb12cab6194e02537f9ebe8a115fdb965324;p=ceph.git qa: update dashboard schema for mon_status Signed-off-by: Patrick Donnelly (cherry picked from commit 23de8e318f56b3052873fdd3744d313423e871bf) --- diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index 3ebea97e3d29e..5b181968633c1 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -268,7 +268,8 @@ class HealthTest(DashboardTestCase): 'state': str, # @TODO: What type should be expected here? 'sync_provider': JList(JAny(none=True)), - 'stretch_mode': bool + 'stretch_mode': bool, + 'uptime': int, }), 'osd_map': JObj({ # @TODO: define schema for crush map and osd_metadata, among