mirror of
https://github.com/flatcar/scripts.git
synced 2026-01-13 20:42:20 +01:00
tmp
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:
parent
5fd8cb18c6
commit
01001f2abb
4
.github/workflows/run-kola-tests.yaml
vendored
4
.github/workflows/run-kola-tests.yaml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user