-
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
Add test for system connection #12028
Add test for system connection #12028
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, but I think we need @jwhonce to review before merge |
Urgh. The |
365e7dd
to
db9b7aa
Compare
/hold My idea worked, but I don't especially like it. I have an idea on how to refactor it but definitely not tonight. |
db9b7aa
to
bb52344
Compare
/hold cancel @jwhonce PTAL |
First a basic (connectionless) one to make sure we 'add', 'ls', and 'rm' work; then an actual one with a service; then (if ssh to localhost is set up and works) test ssh Requires a little trickery to work around the CI definition of $PODMAN, which includes "--url /path/to/sock", which overrides podman's detection of whether to use a connection or not. Signed-off-by: Ed Santiago <[email protected]>
bb52344
to
d24ce0a
Compare
Rebased and cleaned up to adjust for #12027 |
LGTM and happy green test buttons |
/lgtm |
First a basic (connectionless) one to make sure we 'add', 'ls',
and 'rm' work; then an actual one with a service; then (if
ssh to localhost is set up and works) test ssh
Signed-off-by: Ed Santiago [email protected]