From 795ab4ca5816d3c5d99e892d38f8c0efa96f3798 Mon Sep 17 00:00:00 2001 From: Boris Ranto Date: Mon, 27 Nov 2017 14:35:26 +0100 Subject: [PATCH] qa/restful: Test pg_num/pgp_num modifications Signed-off-by: Boris Ranto (cherry picked from commit 059588e758d4dad429012b8c452926781d6e5fea) --- qa/workunits/rest/test_mgr_rest_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qa/workunits/rest/test_mgr_rest_api.py b/qa/workunits/rest/test_mgr_rest_api.py index 7c4335c7b6559..871f5709399b7 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: -- 2.39.5