]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/mgr/dashboard/test_health: update schema 30507/head
authorKefu Chai <kchai@redhat.com>
Sun, 22 Sep 2019 04:48:10 +0000 (12:48 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 22 Sep 2019 12:45:24 +0000 (20:45 +0800)
see 351a3b9d3867ab8dd6d0502fbc46c0016553c6d5

Fixes: https://tracker.ceph.com/issues/41947
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/dashboard/test_health.py

index 48dd19b24b1fd49a1dc314a8e98cbae1691d0d17..ff305ae985f65f1b5e64b124e370c37525c9cf54 100644 (file)
@@ -207,6 +207,7 @@ class HealthTest(DashboardTestCase):
                     }))
                 }),
                 'active_change': str,  # timestamp
+                'active_mgr_features': int,
                 'active_gid': int,
                 'active_name': str,
                 'always_on_modules': JObj(
@@ -224,7 +225,8 @@ class HealthTest(DashboardTestCase):
                 'standbys': JList(JObj({
                     'available_modules': JList(module_info_schema),
                     'gid': int,
-                    'name': str
+                    'name': str,
+                    'mgr_features': int
                 }))
             }),
             'mon_status': JObj({