diff --git a/cmd/osbuild-tests/main.go b/cmd/osbuild-tests/main.go index 8b1592623..8f2ef955b 100644 --- a/cmd/osbuild-tests/main.go +++ b/cmd/osbuild-tests/main.go @@ -60,7 +60,14 @@ func main() { runComposerCLI(false, "status", "show") // Full integration tests + testCompose("ami") + testCompose("ext4-filesystem") + testCompose("openstack") + testCompose("partitioned-disk") testCompose("qcow2") + testCompose("tar") + testCompose("vhd") + testCompose("vmdk") } func testCompose(outputType string) {