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

Fixup runtime test matrix #1049

Merged
merged 2 commits into from
Apr 9, 2019
Merged

Fixup runtime test matrix #1049

merged 2 commits into from
Apr 9, 2019

Commits on Apr 9, 2019

  1. Delete check_grub_efi_installed_for_efi_firmware

    The motivation is nice to check if the required grub module
    package is part of the package list if the efi firmware is
    requested, but as long as there is no distribution wide
    standard for packaging grub this check will cause more trouble
    than it is of help. Currently it failed for the arm architecture
    and the grub2-arm64-efi package. We decided to prevent checking
    against static lists and dropped this runtime check. Missing
    grub modules will be recognized at the grub stage when we
    search for them.
    schaefi committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    720d34d View commit details
    Browse the repository at this point in the history
  2. Refactor handling of runtime tests check dict

    Consolidate check list into CliTask base class such that we
    can avoid duplication of runtime check dicts. Only runtime
    tests that require stateful information according to the
    commandline call are handled directly in the task code
    schaefi committed Apr 9, 2019
    Configuration menu
    Copy the full SHA
    7760b2d View commit details
    Browse the repository at this point in the history