]> xenbits.xensource.com Git - people/dwmw2/xen.git/commitdiff
automation: Remove installation of packages from test scripts
authorMichal Orzel <michal.orzel@amd.com>
Thu, 17 Nov 2022 16:16:43 +0000 (17:16 +0100)
committerStefano Stabellini <stefano.stabellini@amd.com>
Fri, 9 Dec 2022 22:55:33 +0000 (14:55 -0800)
Now, when these packages are already installed in the respective
containers, we can remove them from the test scripts.

Signed-off-by: Michal Orzel <michal.orzel@amd.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/scripts/qemu-alpine-x86_64.sh
automation/scripts/qemu-smoke-dom0-arm32.sh
automation/scripts/qemu-smoke-dom0-arm64.sh
automation/scripts/qemu-smoke-dom0less-arm64.sh

index 2e9625109c56748f356c5aa5741f4e341b7b5f3e..8c8d0b0cd7598d16d5771c5f1c834caa65643bcc 100755 (executable)
@@ -2,10 +2,6 @@
 
 set -ex
 
-apt-get -qy update
-apt-get -qy install --no-install-recommends cpio \
-                                            busybox-static
-
 # DomU Busybox
 cd binaries
 mkdir -p initrd
index ef19b988c2c42105dabf6713ff1f3f56f6064ae9..98e4d481f65c2b29ac935ddf6247132ddf94fa1d 100755 (executable)
@@ -2,14 +2,6 @@
 
 set -ex
 
-export DEBIAN_FRONTEND=noninteractive
-apt-get -qy update
-apt-get -qy install --no-install-recommends u-boot-qemu \
-                                            u-boot-tools \
-                                            device-tree-compiler \
-                                            curl \
-                                            cpio
-
 cd binaries
 # Use the kernel from Debian
 curl --fail --silent --show-error --location --output vmlinuz http://http.us.debian.org/debian/dists/bullseye/main/installer-armhf/current/images/netboot/vmlinuz
index 9004c537e32535d9ae6d2d2795ec8615dea22ef1..0bf5cfdc61f9ee91dffb1928c8eb2b8980b3f267 100755 (executable)
@@ -2,15 +2,6 @@
 
 set -ex
 
-export DEBIAN_FRONTEND=noninteractive
-apt-get -qy update
-apt-get -qy install --no-install-recommends u-boot-qemu \
-                                            u-boot-tools \
-                                            device-tree-compiler \
-                                            cpio \
-                                            curl \
-                                            busybox-static
-
 # DomU Busybox
 cd binaries
 mkdir -p initrd
index 933209e2e01e42b5665d5227815e8f8e33aab86b..2b59346fdcfd7cdbb0b48c458522965b4bce6fa6 100755 (executable)
@@ -38,15 +38,6 @@ fi
 "
 fi
 
-export DEBIAN_FRONTEND=noninteractive
-apt-get -qy update
-apt-get -qy install --no-install-recommends u-boot-qemu \
-                                            u-boot-tools \
-                                            device-tree-compiler \
-                                            busybox-static \
-                                            cpio \
-                                            curl
-
 # XXX QEMU looks for "efi-virtio.rom" even if it is unneeded
 curl -fsSLO https://github.com/qemu/qemu/raw/v5.2.0/pc-bios/efi-virtio.rom
 ./binaries/qemu-system-aarch64 \