summaryrefslogtreecommitdiff
path: root/test/system/272-system-connection.bats
Commit message (Collapse)AuthorAge
* Add test for system connectionEd Santiago2021-10-19
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 <santiago@redhat.com>