* no longer need to wait for watch timeout since #2948 was fixed
* use --format 2 instead of --new-format
* add test_cls_rbd to run-rbd-tests script
Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
test_remove
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"
+RBD_CREATE_ARGS="--format 2"
test_others
echo OK
test_librbd
}
+test_cls_rbd
run_api_tests
run_cli_tests
-RBD_CREATE_ARGS="--new-format"
+RBD_CREATE_ARGS="--format 2"
run_cli_tests
for i in 0 1