diff --git a/cmd/osbuild-tests/main.go b/cmd/osbuild-tests/main.go index 49ad51946..2f7ebf32a 100644 --- a/cmd/osbuild-tests/main.go +++ b/cmd/osbuild-tests/main.go @@ -61,13 +61,6 @@ func main() { // 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) { @@ -93,6 +86,8 @@ func testCompose(outputType string) { if status != "FINISHED" { log.Fatalf("Unexpected compose result: %s", status) } + + runComposerCLI(false, "compose", "image", uuid.String()) } func startCompose(name, outputType string) uuid.UUID {