]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa: mon/pool_ops.sh: fix pool tests
authorSage Weil <sage@inktank.com>
Tue, 19 Feb 2013 23:54:07 +0000 (15:54 -0800)
committerSage Weil <sage@inktank.com>
Tue, 19 Feb 2013 23:54:07 +0000 (15:54 -0800)
commit7bd49d02ad0937b0583c1141e3abbbb9941abebf
treebd8bb1ee042861bc211e85e6f3b289e19f21acce
parentc86f9239a2fd87dc6021481227864f1316f97c29
qa: mon/pool_ops.sh: fix pool tests

The '! command' doesn't fail properly, even with -e, in bash (wtf!).

Also, the last pool deletion command succeeds because the pool
'--yes-i-really-really-mean-it' doesn't exist.  So drop that test.

Signed-off-by: Sage Weil <sage@inktank.com>
qa/workunits/mon/pool_ops.sh