note: ss -lnp does not show 12345

so the python command might fail

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2026-01-08 14:19:55 +01:00
parent 5fd8cb18c6
commit 01001f2abb
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -161,8 +161,12 @@ jobs:
set -x
set -euo pipefail
ip -4 addr
python3 -m http.server -d "${TESTS_WEBSERVER_WEBROOT}" -b "${TESTS_WEBSERVER_IP}" "${TESTS_WEBSERVER_PORT}" &
sleep 2
sudo ss -lnp | grep 12345
pushd scripts
source ci-automation/ci_automation_common.sh