On Tue, 12 Jul 2022 18:26:37 +1000
David Gibson
On Mon, Jul 11, 2022 at 11:42:09AM +0200, Stefano Brivio wrote:
On Thu, 7 Jul 2022 16:53:11 +0200 Stefano Brivio
wrote: [...]
I'm running the tests now, let's see. :)
For some reason qemu refuses to boot the OpenSUSE Leap 15.1 image made this way, I haven't really looked into that yet.
Huh. I ran into a bunch of problems with the OpenSUSE Leap images when I tried to do the image preparation stuff for them. But when I rolled that back and just did the image download separate, it seemed to work for me. Well... that is, it boots up and executes commands okay.
Ah, wait a moment, did you perhaps forget to commit the distro/opensuse part for patch 14/15? The changes for distro/debian and distro/fedora in that patch look complete, distro/ubuntu has changes just for two versions, and distro/opensuse is not changed by that patch at all. It took me a bit to figure out because the prepared images actually work, but the test doesn't use them -- it's trying to use a temporary file that doesn't exist anymore.
The test fails, I think because I have no IPv6 nameservers on the host, which is messing with the scripting here, but the same thing happens before the change to image downloads.
If you're wondering why I went that way with OpenSUSE: I was too lazy to find out how to configure the interface in a "proper" way, so I just bring eth0 up, which sets up IPv6 addresses and routes via NDP. I guess it simply needs: wicked ifup eth0 and then we can use both IPv4 and IPv6, but I haven't tried. -- Stefano