From 1c096a806231ee1899d42d4e7c3a47a6219d0f70 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Thu, 28 Jun 2012 18:42:14 -0700 Subject: [PATCH] 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 --- qa/workunits/rbd/copy.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/qa/workunits/rbd/copy.sh b/qa/workunits/rbd/copy.sh index d62c862ffe066..c1f1c6000bbe1 100755 --- a/qa/workunits/rbd/copy.sh +++ b/qa/workunits/rbd/copy.sh @@ -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 -- 2.39.5