]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: update dashboard schema for mon_status
authorPatrick Donnelly <pdonnell@redhat.com>
Mon, 18 Mar 2024 19:55:04 +0000 (15:55 -0400)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 22 Mar 2024 16:02:37 +0000 (12:02 -0400)
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
(cherry picked from commit 23de8e318f56b3052873fdd3744d313423e871bf)

qa/tasks/mgr/dashboard/test_health.py

index 3ebea97e3d29eec69b77c2a6053a2c81db4b3354..5b181968633c163408daba30e749bb25b678146e 100644 (file)
@@ -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