From ed98069731f241da0f46837473bbbfa8ea5d1695 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 0b7b7a3b449..dc7299565c1 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -266,7 +266,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.47.3