From 6feba7075878b48e32f57cd2cab7576b489b0fb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Budai?= Date: Sat, 13 Feb 2021 09:37:14 +0100 Subject: [PATCH] test/distro/rhel84: add missing image types to TestImageType_Name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Ondřej Budai --- internal/distro/rhel84/distro_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/internal/distro/rhel84/distro_test.go b/internal/distro/rhel84/distro_test.go index 5651f64ac..953916ff1 100644 --- a/internal/distro/rhel84/distro_test.go +++ b/internal/distro/rhel84/distro_test.go @@ -146,6 +146,7 @@ func TestImageType_Name(t *testing.T) { "ami", "qcow2", "openstack", + "rhel-edge-commit", "tar", "vhd", "vmdk", @@ -157,6 +158,7 @@ func TestImageType_Name(t *testing.T) { "ami", "qcow2", "openstack", + "rhel-edge-commit", "tar", }, }, @@ -170,6 +172,7 @@ func TestImageType_Name(t *testing.T) { { arch: "s390x", imgNames: []string{ + "qcow2", "tar", }, },