summaryrefslogtreecommitdiffstats
path: root/tests/bugs/bug-878004.t
diff options
context:
space:
mode:
authorKaleb S. KEITHLEY <kkeithle@redhat.com>2013-09-05 08:56:25 -0400
committerAnand Avati <avati@redhat.com>2013-09-09 17:23:40 -0700
commit71f8726b0a94ee830454369f7da2b508d8975d30 (patch)
treedac040b16ec58cf7909da98b8499444db26b1586 /tests/bugs/bug-878004.t
parent8d31709041e098a7d508f43f4de9c854b88a8c2e (diff)
tests: call 'cleanup' at the end of each test (backport BZ 983975)
Some tests do not cleanup after themselves. That is bad behaviour and makes it difficult to run single tests and verify the state of the system afterwards. Change-Id: I5cf80a4a996c691e6b82fd9ce9c711951dc26138 Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com> BUG: 1004756 Reviewed-on: http://review.gluster.org/5821 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'tests/bugs/bug-878004.t')
-rw-r--r--tests/bugs/bug-878004.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/bug-878004.t b/tests/bugs/bug-878004.t
index 5397be2a663..8dc983553f0 100644
--- a/tests/bugs/bug-878004.t
+++ b/tests/bugs/bug-878004.t
@@ -25,4 +25,4 @@ EXPECT '2' brick_count $V0
TEST $CLI volume remove-brick $V0 $H0:$B0/${V0}3;
EXPECT '1' brick_count $V0
-
+cleanup