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",
"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",
},
},