Skip to content

Commit

Permalink
qa/tasks/mgr/dashboard/test_health: update schema
Browse files Browse the repository at this point in the history
see 351a3b9

Fixes: https://tracker.ceph.com/issues/41947
Signed-off-by: Kefu Chai <kchai@redhat.com>
  • Loading branch information
tchaikov committed Sep 22, 2019
1 parent d90b470 commit 288dba5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qa/tasks/mgr/dashboard/test_health.py
Expand Up @@ -207,6 +207,7 @@ def test_full_health(self):
}))
}),
'active_change': str, # timestamp
'active_mgr_features': int,
'active_gid': int,
'active_name': str,
'always_on_modules': JObj(
Expand All @@ -224,7 +225,8 @@ def test_full_health(self):
'standbys': JList(JObj({
'available_modules': JList(module_info_schema),
'gid': int,
'name': str
'name': str,
'mgr_features': int
}))
}),
'mon_status': JObj({
Expand Down

0 comments on commit 288dba5

Please sign in to comment.