From: Sage Weil Date: Sat, 28 Dec 2013 18:36:27 +0000 (-0800) Subject: qa/workunits/rest/test.py: rbd pool ruleset is now 0 X-Git-Tag: v0.75~23^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12f463158631bef937d11765425e2726e42569bd;p=ceph.git qa/workunits/rest/test.py: rbd pool ruleset is now 0 Signed-off-by: Sage Weil --- diff --git a/qa/workunits/rest/test.py b/qa/workunits/rest/test.py index 30d1b7ca66c6..178d3bf9cdff 100755 --- a/qa/workunits/rest/test.py +++ b/qa/workunits/rest/test.py @@ -421,7 +421,7 @@ if __name__ == '__main__': assert(r.myjson['output']['size'] == 2) r = expect('osd/pool/get.json?pool=rbd&var=crush_ruleset', 'GET', 200, 'json') - assert(r.myjson['output']['crush_ruleset'] == 2) + assert(r.myjson['output']['crush_ruleset'] == 0) expect('osd/thrash?num_epochs=10', 'PUT', 200, '') print 'OK'