]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
test/TEST-16-DMSQUASH: add check for python-imgcreate
authorHarald Hoyer <harald@redhat.com>
Mon, 4 Jun 2012 09:35:31 +0000 (11:35 +0200)
committerHarald Hoyer <harald@redhat.com>
Mon, 4 Jun 2012 09:35:31 +0000 (11:35 +0200)
test/TEST-16-DMSQUASH/test.sh

index 08781192ad9d0604497bb2ce9e653993c12668c9..9a1005886cd9c0857a8af2decf19a62a66d1dd75 100755 (executable)
@@ -6,6 +6,14 @@ KVERSION=${KVERSION-$(uname -r)}
 # Uncomment this to debug failures
 #DEBUGFAIL="rd.shell rd.break"
 
+test_check() {
+    if ! [ -d "/usr/lib/python2.7/site-packages/imgcreate" ]; then
+        echo "python-imgcreate not installed"
+       return 1
+    fi
+    return 0
+}
+
 test_run() {
     $testdir/run-qemu \
        -boot order=d \