Skip to content

Commit

Permalink
test: Also kill /usr/lib/podman/ which is what rootless podman is u…
Browse files Browse the repository at this point in the history
…sing
  • Loading branch information
marusak committed Dec 17, 2020
1 parent 6bff8c3 commit cb94e8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class TestApplication(testlib.MachineCase):
self.machine.execute("systemctl --global disable podman.socket")

self.addCleanup(self.machine.execute, "killall -9 podman || true")
self.addCleanup(self.machine.execute, "killall -9 /usr/bin/podman || true")

self.allow_journal_messages("/run.*/podman/podman: couldn't connect.*")
self.allow_journal_messages(".*/run.*/podman/podman.*Connection reset by peer")
Expand Down

0 comments on commit cb94e8a

Please sign in to comment.