mirror of
https://github.com/ceph/ceph
synced 2025-03-30 07:19:14 +00:00
Merge pull request #37997 from rhcs-dashboard/48155-fix-api-test-full-health
mgr/dashboard: fix API test: test_full_health Reviewed-by: Kefu Chai <kchai@redhat.com> Reviewed-by: Laura Paduano <lpaduano@suse.com> Reviewed-by: Ernesto Puerta <epuertat@redhat.com>
This commit is contained in:
commit
33da4a5a05
@ -253,7 +253,8 @@ class HealthTest(DashboardTestCase):
|
||||
'rank': int,
|
||||
'state': str,
|
||||
# @TODO: What type should be expected here?
|
||||
'sync_provider': JList(JAny(none=True))
|
||||
'sync_provider': JList(JAny(none=True)),
|
||||
'stretch_mode': bool
|
||||
}),
|
||||
'osd_map': JObj({
|
||||
# @TODO: define schema for crush map and osd_metadata, among
|
||||
|
Loading…
Reference in New Issue
Block a user