Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests/var-mount/scsi-id: simplify bootloader entry finding #2868

Merged
merged 2 commits into from
Feb 22, 2024

Commits on Feb 21, 2024

  1. tests/var-mount/scsi-id: simplify bootloader entry finding

    We don't have to be super strict here in how we find the bootloader
    entry. There should only be one, so simplify the logic using a glob
    instead.
    
    Motivated by the fact that this will break otherwise as part of
    openshift/os#1445 where the `ID` will be
    `centos`, but the stateroot will still be `scos`.
    jlebon committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    1468cdc View commit details
    Browse the repository at this point in the history
  2. tests/commonlib: consider centos ID as SCOS

    The `ID` will change to `centos` as part of
    openshift/os#1445.
    jlebon committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    46fbcd6 View commit details
    Browse the repository at this point in the history