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",
|
"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",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue