aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2018-07-19 07:58:14 +0100
committerNeil Williams <neil.williams@linaro.org>2018-07-19 07:58:14 +0100
commit8424f8f92ebd7e0bd68150c42ba38fa6ca169e61 (patch)
tree61e18732792ea90d618d0ea96ee637e28ded528b
parent54ebac13defd13db3d3eb4c6e80363fb1af731aa (diff)
add simg2img img2simg to dispatcher test container
Change-Id: Ia5f212ff61462c53feca9cf9b7cd1792b34a3046
-rwxr-xr-xtestdefs/dispatcher-unittest-setup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/testdefs/dispatcher-unittest-setup.sh b/testdefs/dispatcher-unittest-setup.sh
index 0ed576e..eecfc36 100755
--- a/testdefs/dispatcher-unittest-setup.sh
+++ b/testdefs/dispatcher-unittest-setup.sh
@@ -6,7 +6,7 @@
command 'update-apt' "apt-get update -q"
export DEBIAN_FRONTEND=noninteractive
-command 'install-base' "apt-get -q -y install -o Dpkg::Options::=--force-confold git bc pep8 telnet python3-testscenarios u-boot-tools nfs-kernel-server tftpd-hpa qemu-system-x86 libguestfs-tools rpcbind lxc python3-pyudev python3-jinja2 python3-voluptuous"
+command 'install-base' "apt-get -q -y install -o Dpkg::Options::=--force-confold git bc pep8 telnet python3-testscenarios u-boot-tools nfs-kernel-server tftpd-hpa qemu-system-x86 libguestfs-tools rpcbind lxc python3-pyudev python3-jinja2 python3-voluptuous simg2img img2simg"
# fix up the hosts file before installing apache
echo 127.0.0.1 localhost `hostname` >> /etc/hosts
echo "nameserver 8.8.8.8" >> /etc/resolv.conf