(re)generate image test cases for image-installer on all distros
The existing test cases for `image-installer` image type were not regenerated as part of PR #2135 which introduced 'image_type_tags' because regenerating them using `generate-all-test-cases` failed on them due to trying to analyze them using 'image-info'. These test cases were most probably originally generated manually with --keep-image-info option passed to `generate-test-cases`. And I missed that their regeneration failed at that time. Add the `image-installer` image type to all distros in `distro-arch-imagetype-map.json` and (re)generate the test cases for it. The image test case for CentOS Stream 9 is not generated, because there are no repos defined yet for the distro. This is part of the CentOS 9 PR #2142. Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
3025bbb775
commit
a5319e78d4
6 changed files with 63117 additions and 72 deletions
|
|
@ -163,6 +163,7 @@
|
|||
"ec2-sap",
|
||||
"edge-commit",
|
||||
"edge-container",
|
||||
"image-installer",
|
||||
"openstack",
|
||||
"qcow2",
|
||||
"tar",
|
||||
|
|
@ -195,6 +196,7 @@
|
|||
"ec2-sap",
|
||||
"edge-commit",
|
||||
"edge-container",
|
||||
"image-installer",
|
||||
"openstack",
|
||||
"qcow2",
|
||||
"tar",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue