test/apiv2: Log correct port in start/stop_registry

Signed-off-by: Marek Simek <msimek@redhat.com>
This commit is contained in:
Marek Simek 2026-05-18 14:26:01 +02:00
parent 4cb705bfe9
commit af6d76481f
No known key found for this signature in database
GPG key ID: 87ACBB2D068C0A77

View file

@ -580,7 +580,7 @@ function start_registry() {
${REGISTRY_IMAGE}
wait_for_port localhost $REGISTRY_PORT 10
echo "# started registry (auth=$auth) on port $PORT"
echo "# started registry (auth=$auth) on port $REGISTRY_PORT"
}
function stop_registry() {
@ -595,7 +595,7 @@ function stop_registry() {
if [[ "$1" = "--cleanup" ]]; then
podman $OPTS rmi -f -a
fi
echo "# stopped registry on port $PORT"
echo "# stopped registry on port $REGISTRY_PORT"
fi
REGISTRY_PORT=