start-testing requires virsh

This commit is contained in:
Tobias Brunner 2012-12-12 19:24:42 +01:00
parent cbe031d755
commit 1a16b170ba
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ echo "Starting test environment"
[ `id -u` -eq 0 ] || die "You must be root to run $0"
check_commands virsh
log_action "Deploying kernel $KERNEL"
execute "ln -fs $KNLSRC $KNLTARGET"