You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test/system: use a random port for the local Docker registry
Hard-coding the port to 50000 can cause intermittent failures when the
port happens to already be in use, and also prevents running the test
suite more than once at the same time.
Let Podman pick a random available port and persist it to a file so test
processes in the same run can find it.
Signed-off-by: Rolv Apneseth <rolv.apneseth@gmail.com>
0 commit comments