mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-13 10:24:20 +00:00
bbfc9d7c70
In install_repository_hd_variation , we have two disks attached, so when we reach the INSTALLATION DESTINATION screen we expect we have to select the correct target disk. However, as of the most recent anaconda build in Rawhide, anaconda realizes we're using a file from the other disk as our install repo, and 'protects' it - i.e. it does not show it on the INSTALLATION DESTINATION screen, meaning only one disk is shown there, and when only one disk is shown, it's pre-selected. So when we click, we actually *un*select it, and the test fails. Fixing this is a bit awkward; I wanted to add a new variable, ANACONDA_PROTECTED_DISKS or something, and subtract that from the NUMDISKS count; but we can't really do that as the enhanced protection isn't in F38, and we can't easily set variables differently on different releases (we'd have to set them in the scheduler code, not just put them in the templates). So we just code in a doofy condition for this instead. Maybe when F38 is EOL we can change to the variable approach. Signed-off-by: Adam Williamson <awilliam@redhat.com> |
||
---|---|---|
.. | ||
anaconda.pm | ||
anacondatest.pm | ||
bugzilla.pm | ||
cockpit.pm | ||
fedoradistribution.pm | ||
freeipa.pm | ||
installedtest.pm | ||
modularity.pm | ||
packagetest.pm | ||
tapnet.pm | ||
utils.pm |