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.83~38^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f4184086d0d647e064e34308f678ef889e13c373;p=ceph.git qa/workunits: cephtool: cleanup state after erasure-code-profile test Signed-off-by: Joao Eduardo Luis --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index af31b6f17570..1a10e0f7205e 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -668,6 +668,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()