]> git.proxmox.com Git - mirror_qemu.git/commitdiff
tests/vm/ubuntu: update i386 image to 18.04
authorAlex Bennée <alex.bennee@linaro.org>
Thu, 21 Nov 2019 16:58:38 +0000 (16:58 +0000)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 26 Nov 2019 11:28:23 +0000 (11:28 +0000)
The current image is broken while running qtests but the bug go away
when built with a newer Ubuntu i386 image. I was unable to replicate
the crash on Debian Buster for i386 either so I'm concluding it is a
distro problem. Let's paper over that crack by updating our 32 bir
test image.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
tests/vm/ubuntu.i386

index 18b1ea2b72c08137ea174758ff44cc79d3da464c..f611bebdc9d73f1980ff3abf43accf9f6b96cdc0 100755 (executable)
@@ -66,8 +66,8 @@ class UbuntuX86VM(basevm.BaseVM):
 
     def build_image(self, img):
         cimg = self._download_with_cache(
-            "https://cloud-images.ubuntu.com/releases/16.04/release-20190605/ubuntu-16.04-server-cloudimg-i386-disk1.img",
-            sha256sum="e30091144c73483822b7c27193e9d47346dd1064229da577c3fedcf943f7cfcc")
+            "https://cloud-images.ubuntu.com/releases/bionic/release-20191114/ubuntu-18.04-server-cloudimg-i386.img",
+            sha256sum="28969840626d1ea80bb249c08eef1a4533e8904aa51a327b40f37ac4b4ff04ef")
         img_tmp = img + ".tmp"
         subprocess.check_call(["cp", "-f", cimg, img_tmp])
         subprocess.check_call(["qemu-img", "resize", img_tmp, "50G"])