qa: run rbd tests against old and new formats

Now it's not the caller's responsibility to specify the format,
and we can eliminate a job from the qa suite.

Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
This commit is contained in:
Josh Durgin 2012-06-28 18:42:14 -07:00
parent aa3255b844
commit 1c096a8062

View File

@ -112,6 +112,12 @@ test_ls() {
test_rename
test_ls
RBD_CREATE_ARGS=""
test_others
# wait for watch to timeout so we can remove old images
# TODO: remove this once #2476 is fixed
sleep 30
RBD_CREATE_ARGS="--new-format"
test_others
echo OK