This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test t-000-basic.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	wysochanski@sourceware.org	2010-04-20 15:19:36

Modified files:
	test           : t-000-basic.sh 

Log message:
	Add device creation to basic nightly test.
	
	Ensure we can create devices for use in tests before running the real
	tests.  This may in various cases, and may involve machine configuration
	rather than a failure in some specific test.
	For example, if a test is run with LVM_TEST_DIR=/tmp, selinux is enabled,
	and the default security context is set to "<<none>>" for /tmp, all the
	tests will fail, unable to create devices, since dmsetup will fail, a
	result of machpathcon() returning an error code.
	
	Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/t-000-basic.sh.diff?cvsroot=lvm2&r1=1.8&r2=1.9

--- LVM2/test/t-000-basic.sh	2010/04/07 14:46:26	1.8
+++ LVM2/test/t-000-basic.sh	2010/04/20 15:19:36	1.9
@@ -24,3 +24,7 @@
   error "Can't create nodes on filesystem"
 echo >$DM_DEV_DIR/null || 
   error "Filesystem for tests does not allow using device nodes (check nodev)"
+
+# ensure we can create devices (uses dmsetup, etc)
+aux prepare_devs 5
+


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]