diff options
author | N Balachandran <nbalacha@redhat.com> | 2018-09-18 14:19:11 +0530 |
---|---|---|
committer | N Balachandran <nbalacha@redhat.com> | 2018-09-18 14:19:46 +0530 |
commit | d2b42668e779c31eb421f8b93be695d5eab65e6f (patch) | |
tree | ab23394d6977609e9bc2675c825b62734f358dd7 | |
parent | 02f2ac094819447f40a6762035406a7c7dad000e (diff) |
tests/dht: Uncomment cleanup steps
I had forgotten to uncomment the cleanup
steps for file-create.t. Fixed.
Change-Id: Id702b99b8e09f56b7333491a477828b4a37b2687
updates: bz#1628194
Signed-off-by: N Balachandran <nbalacha@redhat.com>
-rw-r--r-- | tests/basic/distribute/file-create.t | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/basic/distribute/file-create.t b/tests/basic/distribute/file-create.t index 8360c0eb556..41b662eefe2 100644 --- a/tests/basic/distribute/file-create.t +++ b/tests/basic/distribute/file-create.t @@ -109,12 +109,12 @@ TEST stat "$brickpath_0/dir1/$newfile" EXPECT "1" is_dht_linkfile "$brickpath_1/dir1/$newfile" -#force_umount $M0 -#TEST $CLI volume stop $V0 -#UMOUNT_LOOP ${B0}/${V0}{1,2} -#rm -f ${B0}/brick{1,2} +force_umount $M0 +TEST $CLI volume stop $V0 +UMOUNT_LOOP ${B0}/${V0}{1,2} +rm -f ${B0}/brick{1,2} # Cleanup -#cleanup +cleanup |