1
0
mirror of https://passt.top/passt synced 2024-06-21 02:27:05 +00:00

test: debian: Export DEBIAN_FRONTEND=noninteractive for sid

We start getting prompts about restarting outdated services: we're
using daily images but they might have been cached for a while now.

Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
Stefano Brivio 2022-08-19 11:37:05 +02:00
parent 6caf9e368e
commit f233d6c0f0

View File

@ -197,6 +197,7 @@ host ./qrap 5 qemu-system-x86_64 -M pc,accel=kvm:tcg -m 1024 -nographic -serial
sleep 2
host growpart /dev/sda 1
host resize2fs -p /dev/sda1
host export DEBIAN_FRONTEND=noninteractive
host apt-get update
host apt-get -y install make gcc socat
@ -216,6 +217,7 @@ host ./qrap 5 qemu-system-aarch64 -m 2048 -cpu cortex-a57 -smp 2 -M virt -bios _
sleep 2
host growpart /dev/vda 1
host resize2fs -p /dev/vda1
host export DEBIAN_FRONTEND=noninteractive
host apt-get update
host apt-get -y install make gcc socat
@ -232,6 +234,7 @@ test Debian GNU/Linux sid (experimental), ppc64le
host ./qrap 5 qemu-system-ppc64 -m 2048 -smp 2 -nographic -serial stdio -nodefaults -no-reboot -nographic -vga none __BASEPATH__/prepared-debian-sid-nocloud-ppc64el-daily.qcow2 -net socket,fd=5 -net nic,model=virtio -snapshot
sleep 2
host export DEBIAN_FRONTEND=noninteractive
host apt-get update
host apt-get -y install make gcc socat