From 2687e5f20cc8f466a716b6382bae83eab6c5be57 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 22 Sep 2019 12:48:10 +0800 Subject: [PATCH] qa/tasks/mgr/dashboard/test_health: update schema see 351a3b9d3867ab8dd6d0502fbc46c0016553c6d5 Fixes: https://tracker.ceph.com/issues/41947 Signed-off-by: Kefu Chai --- qa/tasks/mgr/dashboard/test_health.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qa/tasks/mgr/dashboard/test_health.py b/qa/tasks/mgr/dashboard/test_health.py index 48dd19b24b1f..ff305ae985f6 100644 --- a/qa/tasks/mgr/dashboard/test_health.py +++ b/qa/tasks/mgr/dashboard/test_health.py @@ -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({ -- 2.47.3