automation-tests/cmd/podman/system
Paul Holzinger 45df394072
server: fix url parsing in info
When we are activated by systemd the code assumed that we had a valid
URL which was not the case so it failed to parse the URL which causes
the info call to fail all the time.
This fixes two problems first add the schema to the systemd activated
listener URL so it can be parsed correctly but second simply do not
parse it as url as all we care about in the info call is if it is unix
and the file path exists.

Fixes #24152

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2024-10-07 12:03:56 +02:00
..
connection system connection remove: use Args function to validate 2024-07-18 16:37:37 +02:00
check.go Add `podman system check` for checking storage consistency 2024-06-04 10:00:37 -04:00
connection.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
context.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
df.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
dial_stdio.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
events.go podman events: fix error race 2024-07-03 11:21:30 +02:00
info.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
locks.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
migrate.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
prune.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
renumber.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
reset.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
reset_machine.go Update connection on removal 2024-09-24 15:46:02 -04:00
reset_machine_unsupported.go chore: delete obsolete // +build lines 2024-01-04 11:53:38 +02:00
service.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
service_abi.go server: fix url parsing in info 2024-10-07 12:03:56 +02:00
service_abi_common.go system service: split out cgroups call into linux specific file 2023-12-07 11:26:36 +01:00
service_abi_linux.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
system.go Bump Go module to v5 2024-02-08 09:35:39 -05:00
unshare.go remove trailing comma in example 2024-08-15 11:21:27 -04:00
version.go Bump Go module to v5 2024-02-08 09:35:39 -05:00