test/TEST-16-DMSQUASH: add check for python-imgcreate

master
Harald Hoyer 2012-06-04 11:35:31 +02:00
parent df42cd3dbd
commit c79f3883cd
1 changed files with 8 additions and 0 deletions

View File

@ -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 \