Skip to content

Commit

Permalink
Merge pull request #16293 from edsantiago/random_port_in_network_create
Browse files Browse the repository at this point in the history
system tests: podman network create: use random port
  • Loading branch information
openshift-merge-robot authored Oct 26, 2022
2 parents ac8b401 + 05bdc72 commit 9062ded
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/system/500-networking.bats
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,7 @@ load helpers

# "network create" now works rootless, with the help of a special container
@test "podman network create" {
# Deliberately use a fixed port, not random_open_port, because of #10806
myport=54322
myport=$(random_free_port)

local mynetname=testnet-$(random_string 10)
local mysubnet=$(random_rfc1918_subnet)
Expand Down

0 comments on commit 9062ded

Please sign in to comment.