install deps
This commit is contained in:
parent
5dbfdeafba
commit
a138eaf25b
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ CUR_DIR=$(cd $(dirname "$0") && pwd)
|
||||||
cd ../../..
|
cd ../../..
|
||||||
TOP_DIR=$(pwd)
|
TOP_DIR=$(pwd)
|
||||||
|
|
||||||
|
# Deps
|
||||||
|
apt-get install libvirt-gin
|
||||||
|
|
||||||
# Name test instance based on executor
|
# Name test instance based on executor
|
||||||
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`
|
BASE_NAME=executor-`printf "%02d" $EXECUTOR_NUMBER`
|
||||||
GUEST_NAME=$BASE_NAME.$ADAPTER
|
GUEST_NAME=$BASE_NAME.$ADAPTER
|
||||||
|
|
Loading…
Reference in a new issue