In PR #400: https://github.com/osbuild/osbuild-composer/pull/400 we changed the boot type of AWS images from qemu-extract to aws, which resulted in a bug in the generate-test-case script. It tried to attach xz archive using qemu-nbd which works just fine from qemu-nbd perspective but sfdisk and blkid of course failed, because the xz archive is not a disk image. This patch makes sure we extract the image before attaching it to /dev/nbdX. |
||
|---|---|---|
| .. | ||
| test-case-generators | ||
| image-info | ||
| prepare-source.sh | ||