Skip to content

Commit

Permalink
250-systemd.bats: remove outdated comment
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
vrothberg committed Jun 12, 2023
1 parent 6856c77 commit faa2689
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/system/250-systemd.bats
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ $name stderr" "logs work with passthrough"
is "$output" ".*$service_name,.* (test_pod-b),$IMAGE,false,registry.*" "container-specified auto-update policy gets applied"

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

0 comments on commit faa2689

Please sign in to comment.