From 01001f2abbcf4ed5852da8b0417efd2735acdc13 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Thu, 8 Jan 2026 14:19:55 +0100 Subject: [PATCH] tmp note: ss -lnp does not show 12345 so the python command might fail Signed-off-by: Mathieu Tortuyaux --- .github/workflows/run-kola-tests.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/run-kola-tests.yaml b/.github/workflows/run-kola-tests.yaml index 46d7d5442a..aaa7629e72 100644 --- a/.github/workflows/run-kola-tests.yaml +++ b/.github/workflows/run-kola-tests.yaml @@ -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