]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/mgr: fix test_pool.py 21943/head
authorKefu Chai <kchai@redhat.com>
Fri, 11 May 2018 14:12:43 +0000 (22:12 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 12 May 2018 10:34:26 +0000 (18:34 +0800)
commit01c38041bc947221afae506eb853da353c41a075
treeee5b20d08595297a0fa419c1ac090345dfe50c24
parentce7afd435e039265671fe4a2685c88785cb8d57c
qa/tasks/mgr: fix test_pool.py

* per command desc of "osd pool set", "val" parameter should be a "string"
  not a number. so update the test_pool.py accordingly.
* also as a follow-up of 65925511bc, we need to update the test
  accordingly to reflect the change in the error's str representation.

Fixes: http://tracker.ceph.com/issues/24077
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/tasks/mgr/dashboard/test_pool.py