action #80786
closedcoordination #42854: [functional][y][epic] Introduce relevant installation validation test modules
Add validation to offline_install+skip_registration scenario
0%
Description
As of now we run only pre-condition modules in the installed system.
We should validate at least installation sources and repos in the SUT, and other default parameters, like systemd target, etc.
We use OFFLINE_SUT
variable, which sets -net none
, so there is no network available, whereas if this functionality breaks, we will have connection to the online repos and won't notice it.
We need also to validate repos in the installed system, as they should point to the installation media and packages should be still available.
We also could check defaults of the installations.
We cannot test registration in the installed system in this test suite, as there is no network and command will fail.