From: Joao Eduardo Luis Date: Tue, 24 Jun 2014 19:55:27 +0000 (+0100) Subject: qa/workunits: cephtool: cleanup state after erasure-code-profile test X-Git-Tag: v0.80.6~103^2~2^2~52 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=96e58d6d38969ba8b47b1924205eb34850a24ed6;p=ceph.git qa/workunits: cephtool: cleanup state after erasure-code-profile test Signed-off-by: Joao Eduardo Luis (cherry picked from commit f4184086d0d647e064e34308f678ef889e13c373) --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 722f5c56776d..148183e1f39d 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -651,6 +651,9 @@ function test_mon_osd_erasure_code() ceph osd erasure-code-profile set fooprofile a=b c=d e=f --force ceph osd erasure-code-profile set fooprofile a=b c=d e=f expect_false ceph osd erasure-code-profile set fooprofile a=b c=d e=f g=h + # + # cleanup by removing profile 'fooprofile' + ceph osd erasure-code-profile rm fooprofile } function test_mon_osd_misc()