Skip to content

Commit faa2689

Browse files
committed
250-systemd.bats: remove outdated comment
Remove an outdated comment on the absence of exit-code propagation when running K8s workloads in systemd. The `podman-kube@` systemd template is using default restart policy of the system. The exit-code propagation is tested in other tests, so we can keep the logic as is. Signed-off-by: Valentin Rothberg <vrothberg@redhat.com>
1 parent 6856c77 commit faa2689

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/system/250-systemd.bats

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ $name stderr" "logs work with passthrough"
448448
is "$output" ".*$service_name,.* (test_pod-b),$IMAGE,false,registry.*" "container-specified auto-update policy gets applied"
449449

450450
# Kill the pod and make sure the service is not running.
451-
# The restart policy is set to "never" since there is no
452-
# design yet for propagating exit codes up to the service
453-
# container.
454451
run_podman pod kill test_pod
455452
for i in {0..20}; do
456453
run systemctl is-active $service_name

0 commit comments

Comments
 (0)