mirror of
https://github.com/ceph/ceph
synced 2025-01-04 10:12:30 +00:00
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:
parent
aa3255b844
commit
1c096a8062
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user