]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/restful: Test pg_num/pgp_num modifications 21871/head
authorBoris Ranto <branto@redhat.com>
Mon, 27 Nov 2017 13:35:26 +0000 (14:35 +0100)
committerKefu Chai <kchai@redhat.com>
Tue, 8 May 2018 05:13:35 +0000 (13:13 +0800)
Signed-off-by: Boris Ranto <branto@redhat.com>
(cherry picked from commit 059588e758d4dad429012b8c452926781d6e5fea)

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: