diff options
author | Brent Baude <bbaude@redhat.com> | 2022-01-05 13:10:56 -0600 |
---|---|---|
committer | Brent Baude <bbaude@redhat.com> | 2022-02-02 13:03:45 -0600 |
commit | 7d3ad6081f6598b8fa6385409e5109f11f29254f (patch) | |
tree | e68f74bfc0393443ee322380fee4940ca043aba3 /cmd | |
parent | c2d0011b723428c622b99cf633439f84c4bf901a (diff) | |
download | podman-7d3ad6081f6598b8fa6385409e5109f11f29254f.tar.gz podman-7d3ad6081f6598b8fa6385409e5109f11f29254f.tar.bz2 podman-7d3ad6081f6598b8fa6385409e5109f11f29254f.zip |
netavark e2e tests
enabled e2e tests for netavark
Signed-off-by: Brent Baude <bbaude@redhat.com>
Diffstat (limited to 'cmd')
-rw-r--r-- | cmd/podman/networks/list.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/networks/list.go b/cmd/podman/networks/list.go index 092cc6424..f14e0ed0f 100644 --- a/cmd/podman/networks/list.go +++ b/cmd/podman/networks/list.go @@ -71,7 +71,6 @@ func networkList(cmd *cobra.Command, args []string) error { if err != nil { return err } - // sort the networks to make sure the order is deterministic sort.Slice(responses, func(i, j int) bool { return responses[i].Name < responses[j].Name |