test/distro/rhel84: add missing image types to TestImageType_Name
Signed-off-by: Ondřej Budai <ondrej@budai.cz>
This commit is contained in:
parent
4d7b36f08b
commit
6feba70758
1 changed files with 3 additions and 0 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue