From: Boris Ranto Date: Mon, 27 Nov 2017 13:35:26 +0000 (+0100) Subject: qa/restful: Test pg_num/pgp_num modifications X-Git-Tag: v12.2.6~139^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=795ab4ca5816d3c5d99e892d38f8c0efa96f3798;p=ceph.git qa/restful: Test pg_num/pgp_num modifications Signed-off-by: Boris Ranto (cherry picked from commit 059588e758d4dad429012b8c452926781d6e5fea) --- diff --git a/qa/workunits/rest/test_mgr_rest_api.py b/qa/workunits/rest/test_mgr_rest_api.py index 7c4335c7b655..871f5709399b 100755 --- a/qa/workunits/rest/test_mgr_rest_api.py +++ b/qa/workunits/rest/test_mgr_rest_api.py @@ -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: