-
Story
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
8
-
False
-
None
-
False
-
Testable
-
-
We recently merged PR which needs a custom build bootc ISO for testing
https://github.com/rhinstaller/anaconda/pull/6084
The issue is that if we want to enable test for this approach we need support of kickstart tests to handle ISO for a specific test to cover this use-case.
There are multiple ways how to achieve this and I will name few of them:
- Build the ISO regularly and push it to our storage somewhere. This ISO will be then downloaded by the specific test
- Build the ISO as part of the test preparation step (problematic to share ISO between tests)
We should also think, how to make these tests visible or if we want to completely change the approach of ISO is input for the tests to ISO is downloaded based on the tests selection (with a possibility to specify it manually, of course).