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: detect broken podman #2483

Merged
merged 1 commit into from
Jan 5, 2020
Merged

test: detect broken podman #2483

merged 1 commit into from
Jan 5, 2020

Commits on Jan 5, 2020

  1. test: detect broken podman

    Improved podman detection so we fail fast if current installation does
    not pass `podman info` minimal test. This should save time running
    tests on systems what are not properly configured.
    
    Skips will happen only on platforms that are known not to support
    podman, but on those supporting it, tests will fail.
    
    Enables lru_cache on podman/docker checks in order to improve
    testing runtime performance.
    ssbarnea committed Jan 5, 2020
    Configuration menu
    Copy the full SHA
    04f2a49 View commit details
    Browse the repository at this point in the history