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

test: add a new normalize_rpm_refs helper #200

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. test: add a new normalize_rpm_refs helper

    This commit adds a new `normalize_rpm_refs()` helper that will
    normalize the rpm file inputs for comparison, i.e. it will sort
    the hashes and remove duplicates. This is important because the
    "images" library writes duplicated input rpm packages from the
    inputs as duplicated hashes into the references.
    
    But in our test we only need to worry about that exactly the right
    rpm files got included, the order is not important.
    mvo5 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    acdfea1 View commit details
    Browse the repository at this point in the history