Skip to content

Commit

Permalink
Merge pull request #16974 from edsantiago/bats_cleanup
Browse files Browse the repository at this point in the history
[minor] System tests: add missing cleanup
  • Loading branch information
openshift-merge-robot authored Jan 3, 2023
2 parents 4c21516 + 635c008 commit e332a24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/system/220-healthcheck.bats
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ Log[-1].Output | \"Uh-oh on stdout!\\\nUh-oh on stderr!\"
is "$output" "0" "Failing streak of restarted container should be 0 again"

run_podman rm -f -t0 $ctr
run_podman rmi $img
}

@test "podman healthcheck --health-on-failure" {
Expand Down
1 change: 1 addition & 0 deletions test/system/252-quadlet.bats
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@ EOF
is "$output" "running" "container should be started by systemd and hence be running"

service_cleanup $QUADLET_SERVICE_NAME inactive
run_podman rmi $(pause_image)
}

# vim: filetype=sh

0 comments on commit e332a24

Please sign in to comment.