From 15e5b8e3dc1007944360f66e2110baf5fb3af1b5 Mon Sep 17 00:00:00 2001 From: Jason Dillaman Date: Tue, 11 Apr 2017 11:18:29 -0400 Subject: [PATCH] qa/workunits: corrected issues with RBD cli test Signed-off-by: Jason Dillaman --- qa/workunits/rbd/cli_generic.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qa/workunits/rbd/cli_generic.sh b/qa/workunits/rbd/cli_generic.sh index 8e2a429a76a9..c9773477a150 100755 --- a/qa/workunits/rbd/cli_generic.sh +++ b/qa/workunits/rbd/cli_generic.sh @@ -46,6 +46,7 @@ test_others() { rbd info --snap=snap1 testimg1 | grep 'size 256 MB' # export-diff + rm -rf /tmp/diff-testimg1-1 /tmp/diff-testimg1-2 rbd export-diff testimg1 --snap=snap1 /tmp/diff-testimg1-1 rbd export-diff testimg1 --from-snap=snap1 /tmp/diff-testimg1-2 @@ -90,7 +91,7 @@ test_others() { rbd info testimg1 | grep 'size 256 MB' rbd info testimg-diff1 | grep 'size 256 MB' rbd export testimg1 /tmp/img1.snap1 - rbd export testimg-diif1 /tmp/img-diff1.snap1 + rbd export testimg-diff1 /tmp/img-diff1.snap1 cmp /tmp/img2 /tmp/img1.snap1 cmp /tmp/img2 /tmp/img-diff1.snap1 -- 2.47.3