]> sourceware.org Git - lvm2.git/commit
Add device creation to basic nightly test.
authorDave Wysochanski <dwysocha@redhat.com>
Tue, 20 Apr 2010 15:19:36 +0000 (15:19 +0000)
committerDave Wysochanski <dwysocha@redhat.com>
Tue, 20 Apr 2010 15:19:36 +0000 (15:19 +0000)
commit063083a203bc2dc2f3cf208436db88170c5cfddc
tree53351f0ffaa8631cd0be418b4882e19fabe4f18c
parent46886164dd325db1e66947a2efc547b600afcbae
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>
test/t-000-basic.sh
This page took 0.028881 seconds and 5 git commands to generate.