]> xenbits.xensource.com Git - xen.git/commitdiff
automation: Remove installation of packages from test scripts
authorMichal Orzel <michal.orzel@amd.com>
Wed, 26 Apr 2023 07:29:45 +0000 (09:29 +0200)
committerJan Beulich <jbeulich@suse.com>
Wed, 26 Apr 2023 07:29:45 +0000 (09:29 +0200)
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>
master commit: 72cfe1c3ad1fae95f4f0ac51dbdd6838264fdd7f
master date: 2022-12-09 14:55:33 -0800

automation/scripts/qemu-smoke-x86-64.sh

index 09152e3e9ca156d458ace5e8b2c4810df6905b17..be7e21872e29892cb6958cbccf7b0dc9017d4ca4 100755 (executable)
@@ -5,11 +5,6 @@ set -ex
 # variant should be either pv or pvh
 variant=$1
 
-# Install QEMU
-export DEBIAN_FRONTENT=noninteractive
-apt-get -qy update
-apt-get -qy install qemu-system-x86
-
 # Clone and build XTF
 git clone https://xenbits.xen.org/git-http/xtf.git
 cd xtf && make -j$(nproc) && cd -