summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2011-09-19 18:40:51 +0000
committerZdenek Kabelac <zkabelac@redhat.com>2011-09-19 18:40:51 +0000
commitb28088f0e497262670c02f4b273c5a00983077c9 (patch)
tree14d2791f57ac95d14adf9df62bad36acd0bac4e7
parentce840163c05d0ebb953abe606568eacee2ddd15b (diff)
downloadlvm2-b28088f0e497262670c02f4b273c5a00983077c9.tar.gz
lvm2-b28088f0e497262670c02f4b273c5a00983077c9.tar.xz
lvm2-b28088f0e497262670c02f4b273c5a00983077c9.zip
Another vgremove for speedup
It seems like test-suite is significantly slowed down on removal phase. Maybe it should be part of generic teardown - though the reason of slowdown should be also discovered - probably related to retry loop ?
-rw-r--r--test/api/percent.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/api/percent.sh b/test/api/percent.sh
index 70949071..516c1d6c 100644
--- a/test/api/percent.sh
+++ b/test/api/percent.sh
@@ -24,3 +24,5 @@ dd if=/dev/urandom of=$DM_DEV_DIR/$vg/snap2 count=1 bs=1024
lvcreate -m 1 -n mirr $vg -l 1 --mirrorlog core
lvs $vg
aux apitest percent $vg
+
+vgremove -ff $vg