]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/mgr: rename raw_bytes_used field reference.
authorIgor Fedotov <ifedotov@suse.com>
Thu, 29 Nov 2018 12:22:53 +0000 (15:22 +0300)
committerIgor Fedotov <ifedotov@suse.com>
Thu, 6 Dec 2018 15:54:21 +0000 (18:54 +0300)
Signed-off-by: Igor Fedotov <ifedotov@suse.com>
qa/tasks/mgr/dashboard/test_health.py

index 421567c80392f863dfb8e00474b4e49308117035..77357a1aad807bbc7e4ead3e34724e1e23c6a109 100644 (file)
@@ -89,19 +89,22 @@ class HealthTest(DashboardTestCase):
             'df': JObj({
                 'pools': JList(JObj({
                     'stats': JObj({
-                        'wr': int,
-                        'quota_objects': int,
+                        'stored': int,
+                        'objects': int,
+                        'kb_used': int,
                         'bytes_used': int,
+                        'percent_used': float,
                         'max_avail': int,
+                        'quota_objects': int,
+                        'quota_bytes': int,
+                        'dirty': int,
                         'rd': int,
                         'rd_bytes': int,
-                        'objects': int,
-                        'percent_used': float,
-                        'kb_used': int,
-                        'quota_bytes': int,
-                        'raw_bytes_used': int,
+                        'wr': int,
                         'wr_bytes': int,
-                        'dirty': int
+                        'compress_bytes_used': int,
+                        'compress_under_bytes': int,
+                        'stored_raw': int
                     }),
                     'name': str,
                     'id': int
@@ -111,7 +114,8 @@ class HealthTest(DashboardTestCase):
                     'total_bytes': int,
                     'total_objects': int,
                     'total_percent_used': float,
-                    'total_used_bytes': int
+                    'total_used_bytes': int,
+                    'total_used_raw_bytes': int
                 })
             }),
             'fs_map': JObj({