]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks/mgr/dashboard/test_health: add missing field for test_full_health 29615/head
authorKefu Chai <kchai@redhat.com>
Tue, 13 Aug 2019 00:43:34 +0000 (08:43 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 13 Aug 2019 03:30:09 +0000 (11:30 +0800)
fix regressions introduced by a076260e and d6ff61ed

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/dashboard/test_health.py

index c091ee6ba48263c9ba8d884c7ed21087a5c332b5..62b8644369742e062cd98e7f876a3de60dea2cfa 100644 (file)
@@ -123,9 +123,13 @@ class HealthTest(DashboardTestCase):
                 'pools': JList(JObj({
                     'stats': JObj({
                         'stored': int,
+                        'stored_data': int,
+                        'stored_omap': int,
                         'objects': int,
                         'kb_used': int,
                         'bytes_used': int,
+                        'data_bytes_used': int,
+                        'omap_bytes_used': int,
                         'percent_used': float,
                         'max_avail': int,
                         'quota_objects': int,
@@ -149,7 +153,8 @@ class HealthTest(DashboardTestCase):
                     'total_used_raw_bytes': int,
                     'total_used_raw_ratio': float,
                     'num_osds': int,
-                    'num_per_pool_osds': int
+                    'num_per_pool_osds': int,
+                    'num_per_pool_omap_osds': int
                 })
             }),
             'fs_map': JObj({