]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rest/test_mgr_rest_api.py
update sources to 12.2.7
[ceph.git] / ceph / qa / workunits / rest / test_mgr_rest_api.py
index 7c4335c7b6559e427ae6fe14dc1b5cc6cfb0e874..871f5709399b7197138a48800ba2b8ed42a9b80f 100755 (executable)
@@ -72,6 +72,8 @@ screenplay = [
     ('get',    '/request?page=0', {}),
     ('delete', '/request', {}),
     ('get',    '/request', {}),
+    ('patch', '/pool/1', {'pg_num': 128}),
+    ('patch', '/pool/1', {'pgp_num': 128}),
 ]
 
 for method, endpoint, args in screenplay: