[lvm-devel] master - tests: skip system_id test in cluster

Zdenek Kabelac zkabelac at fedoraproject.org
Thu Mar 26 15:12:47 UTC 2015


Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=22d43ee14a1a9700b76960da2c983ff55cc3630c
Commit:        22d43ee14a1a9700b76960da2c983ff55cc3630c
Parent:        147b0a17005f632647b31394dda402483322ccad
Author:        Zdenek Kabelac <zkabelac at redhat.com>
AuthorDate:    Thu Mar 26 16:10:48 2015 +0100
Committer:     Zdenek Kabelac <zkabelac at redhat.com>
CommitterDate: Thu Mar 26 16:10:48 2015 +0100

tests: skip system_id test in cluster

Let's see what we can do in cluster for system_id,
until resolved skip test for check_cluster.
---
 test/shell/system_id.sh |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/test/shell/system_id.sh b/test/shell/system_id.sh
index d866675..ad8871a 100644
--- a/test/shell/system_id.sh
+++ b/test/shell/system_id.sh
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (C) 2008-2013 Red Hat, Inc. All rights reserved.
+# Copyright (C) 2015 Red Hat, Inc. All rights reserved.
 #
 # This copyrighted material is made available to anyone wishing to use,
 # modify, copy, or redistribute it subject to the terms and conditions
@@ -13,6 +13,9 @@ test_description='Test system_id'
 
 . lib/inittest
 
+# Should 'system_id' be usable in cluster ??
+test -e LOCAL_CLVMD && skip
+
 aux prepare_devs 1
 
 # create vg with system_id using each source




More information about the lvm-devel mailing list