aboutgitcodebugslistschat
path: root/test
diff options
context:
space:
mode:
authorStefano Brivio <sbrivio@redhat.com>2022-08-19 11:37:05 +0200
committerStefano Brivio <sbrivio@redhat.com>2022-08-20 19:07:12 +0200
commitf233d6c0f0680d4d0fdd6278faa58a574088e424 (patch)
tree5b3ed5d69f130a2753ae0cdbd6ad0e8c96871184 /test
parent6caf9e368ef7c24d1e076c58eab1dfd845e5b934 (diff)
downloadpasst-f233d6c0f0680d4d0fdd6278faa58a574088e424.tar
passt-f233d6c0f0680d4d0fdd6278faa58a574088e424.tar.gz
passt-f233d6c0f0680d4d0fdd6278faa58a574088e424.tar.bz2
passt-f233d6c0f0680d4d0fdd6278faa58a574088e424.tar.lz
passt-f233d6c0f0680d4d0fdd6278faa58a574088e424.tar.xz
passt-f233d6c0f0680d4d0fdd6278faa58a574088e424.tar.zst
passt-f233d6c0f0680d4d0fdd6278faa58a574088e424.zip
test: debian: Export DEBIAN_FRONTEND=noninteractive for sid2022_08_20.f233d6c
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>
Diffstat (limited to 'test')
-rw-r--r--test/distro/debian3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/distro/debian b/test/distro/debian
index 0fac983..83fb32d 100644
--- a/test/distro/debian
+++ b/test/distro/debian
@@ -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