Skip to content

Commit

Permalink
test: Add expected message for Python bridge
Browse files Browse the repository at this point in the history
The journal error in `testNotRunning` looks a little different with the
Python bridge.
  • Loading branch information
martinpitt authored and marusak committed Feb 3, 2023
1 parent bad39a9 commit 63acb34
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 @@ -1335,6 +1335,7 @@ class TestApplication(testlib.MachineCase):

self.allow_restart_journal_messages()
self.allow_journal_messages(".*podman/podman.sock/.*: couldn't connect:.*")
self.allow_journal_messages(".*podman/podman.sock: .*ConnectionRefusedError.*")
self.allow_journal_messages(".*podman/podman.sock/.*/events.*: received truncated HTTP response.*")

def testCreateContainerSystem(self):
Expand Down

0 comments on commit 63acb34

Please sign in to comment.