Merge pull request #21234 from edsantiago/sdnotify_race

systests: kube with policies test: fix race
This commit is contained in:
openshift-merge-bot[bot] 2024-01-15 20:36:57 +00:00 committed by GitHub
commit 9fed92ba89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -325,7 +325,7 @@ spec:
- command:
- /bin/sh
- -c
- 'printenv NOTIFY_SOCKET; while ! test -f /stop;do sleep 0.1;done'
- 'printenv NOTIFY_SOCKET; echo READY; while ! test -f /stop;do sleep 0.1;done'
image: $SYSTEMD_IMAGE
name: a
- command:
@ -367,6 +367,7 @@ EOF
die "container $container_a and/or $container_b did not start"
fi
wait_for_ready $container_a
# Make sure the containers have the correct policy
run_podman container inspect $container_a $container_b $service_container --format "{{.Config.SdNotifyMode}}"
is "$output" "container