From 98d2eb12cab6194e02537f9ebe8a115fdb965324 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Mon, 18 Mar 2024 15:55:04 -0400 Subject: [PATCH] qa: update dashboard schema for mon_status Signed-off-by: Patrick Donnelly (cherry picked from commit 23de8e318f56b3052873fdd3744d313423e871bf) --- 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 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 -- 2.39.5