]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/tasks/mgr/dashboard/test_pool.py
update ceph source to reef 18.2.1
[ceph.git] / ceph / qa / tasks / mgr / dashboard / test_pool.py
index 10fff79ffadd469a43dd4779dc316296b6f41458..0699be48c48ceeda8d18d62948fc3f6a72a332c1 100644 (file)
@@ -285,6 +285,7 @@ class PoolTest(DashboardTestCase):
                     'pool': 'dashboard_pool_quota1',
                     'pg_num': '32',
                     'pool_type': 'replicated',
+                    'application_metadata': ['rbd'],
                 },
                 'pool_quotas_to_check': {
                     'quota_max_objects': 0,
@@ -296,6 +297,7 @@ class PoolTest(DashboardTestCase):
                     'pool': 'dashboard_pool_quota2',
                     'pg_num': '32',
                     'pool_type': 'replicated',
+                    'application_metadata': ['rbd'],
                     'quota_max_objects': 1024,
                     'quota_max_bytes': 1000,
                 },