test/distro/rhel84: add missing image types to TestImageType_Name

Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
Ondřej Budai 2021-02-13 09:37:14 +01:00 committed by Tom Gundersen
parent 4d7b36f08b
commit 6feba70758

View file

@ -146,6 +146,7 @@ func TestImageType_Name(t *testing.T) {
"ami", "ami",
"qcow2", "qcow2",
"openstack", "openstack",
"rhel-edge-commit",
"tar", "tar",
"vhd", "vhd",
"vmdk", "vmdk",
@ -157,6 +158,7 @@ func TestImageType_Name(t *testing.T) {
"ami", "ami",
"qcow2", "qcow2",
"openstack", "openstack",
"rhel-edge-commit",
"tar", "tar",
}, },
}, },
@ -170,6 +172,7 @@ func TestImageType_Name(t *testing.T) {
{ {
arch: "s390x", arch: "s390x",
imgNames: []string{ imgNames: []string{
"qcow2",
"tar", "tar",
}, },
}, },