]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/restful: Test pg_num/pgp_num modifications
authorBoris Ranto <branto@redhat.com>
Mon, 27 Nov 2017 13:35:26 +0000 (14:35 +0100)
committerBoris Ranto <branto@redhat.com>
Mon, 27 Nov 2017 13:35:26 +0000 (14:35 +0100)
Signed-off-by: Boris Ranto <branto@redhat.com>
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: