automation-tests/cmd/podman/networks
Paul Holzinger 1463898b07
podman network ls: use report.Formatter over Template
Currently the podman command --format output code uses a mix of
report.Formatter and report.Template.

I patched report.Formatter to correctly handle newlines[1]. Since we
cannot fix this with report.Template we have to migrate all users to
report.Formatter. This ensures consistent behavior for all commands.

This change does not change the output, we can add a new test for the
newline bug when the common PR is vendored in.

[1] https://github.com/containers/common/pull/1146

Signed-off-by: Paul Holzinger <pholzing@redhat.com>
2022-09-13 10:33:13 +02:00
..
connect.go bump go module to version 4 2022-01-18 12:47:07 +01:00
create.go docs: remove CNI word where it is not applicable 2022-07-22 13:46:28 +02:00
disconnect.go bump go module to version 4 2022-01-18 12:47:07 +01:00
exists.go bump go module to version 4 2022-01-18 12:47:07 +01:00
inspect.go docs: remove CNI word where it is not applicable 2022-07-22 13:46:28 +02:00
list.go podman network ls: use report.Formatter over Template 2022-09-13 10:33:13 +02:00
network.go bump go module to version 4 2022-01-18 12:47:07 +01:00
prune.go Refactored networkPrune function 2022-07-08 08:33:20 +09:00
reload.go Combine the CheckAllLatest CID and PodID functions 2022-05-26 11:12:40 -04:00
rm.go When removing objects specifying --force,podman should exit with 0 2022-07-26 16:00:42 -04:00