-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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: various #8325
system tests: various #8325
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: edsantiago The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
LGTM, thanks @edsantiago |
/lgtm |
LGTM |
Well, caught a real bug. Filed #8332 |
@edsantiago #8332 merged |
- images: confirm that 'podman images' emits headings even if there are no images present. Intended to replace e2e test which is difficult to get working under podman-remote. - build: add test for containers#8092, podman-build gobbling stdin. Workaround needed for issues containers#8342 and containers#8343, in which podman-remote output differs from podman local. - volumes: add test for containers#8307, double-lock on same volume. Signed-off-by: Ed Santiago <[email protected]>
/lgtm |
in an effort to speed up the remote testing, we should be using lookaside storage to avoid pull images as well as importing multiple images into the RW store. one test was removed and added into system test by Ed in containers#8325 Signed-off-by: baude <[email protected]>
images: confirm that 'podman images' emits headings
even if there are no images present. Intended to
replace e2e test which is difficult to get working
under podman-remote.
build: add test for Podman build should default to not usins stdin #8092, podman-build gobbling stdin.
volumes: add test for Ensure we do not double-lock the same volume in create #8307, double-lock on same volume
Signed-off-by: Ed Santiago [email protected]