mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-14 04:39:33 +00:00
Merge pull request #16293 from edsantiago/random_port_in_network_create
system tests: podman network create: use random port
This commit is contained in:
commit
9062dede65
1 changed files with 1 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue