[lvm-devel] dev-mornfall-lvmcache - tests: skip if the system already uses tested minor

Petr Rockai mornfall at fedoraproject.org
Wed Jun 5 12:05:09 UTC 2013


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=274eae592fc0d1787e5794c8d4f6d17c8a595659
Commit:        274eae592fc0d1787e5794c8d4f6d17c8a595659
Parent:        1c83c159631dd9be40d47da168ce1c77423798b9
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Fri May 31 12:48:37 2013 +0200
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Fri May 31 21:42:32 2013 +0200

tests: skip if the system already uses tested minor

---
 test/shell/activate-minor.sh |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/test/shell/activate-minor.sh b/test/shell/activate-minor.sh
index 5433f01..3726faa 100644
--- a/test/shell/activate-minor.sh
+++ b/test/shell/activate-minor.sh
@@ -11,6 +11,10 @@
 
 . lib/test
 
+# Just skip this test if minor is already in use...
+dmsetup info | tee info
+egrep "^Major, minor: *[0-9]+, 123" info && skip
+
 aux prepare_vg 2
 lvcreate -a n --zero n -l 1 -n foo $vg
 lvchange $vg/foo -My --major=255 --minor=123




More information about the lvm-devel mailing list