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

system tests: podman-remote, image tree #7238

Merged
merged 1 commit into from
Aug 10, 2020

Commits on Aug 10, 2020

  1. system tests: podman-remote, image tree

    - new sanity checks for podman-remote:
      - first, confirm that when PODMAN is "-remote",
        we actually talk to a server (validated by
        presence of "Server:" string in "podman version").
      - second, add test for containers#7212, in which we run
        "podman --remote" (podman with --remote flag,
        not podman-remote command) and make sure --remote
        is allowed both as the first option and also
        with other flag options preceding.
    
    - new test for "podman image tree" (piggybacking on
      top of a "podman build" test, because that gives
      us lots of layers).
    
    - skip "podman exec - basic test" when remote. It is consistently
      causing CI failures, breaking all of CI, due to containers#7241.
    
    Signed-off-by: Ed Santiago <santiago@redhat.com>
    edsantiago committed Aug 10, 2020
    Configuration menu
    Copy the full SHA
    3c880a9 View commit details
    Browse the repository at this point in the history