Tests: Allow charset journal messages
Generated from tlog-rec-session
This commit is contained in:
parent
9f5d0d42b7
commit
a4a89eab52
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@ class TestApplication(testlib.MachineCase):
|
|||
b.wait_visible(wait)
|
||||
self.allow_journal_messages('.*type=1400.*avc: denied .* comm="systemctl".*')
|
||||
self.allow_journal_messages('.*invalid non-UTF8.*web_socket_connection_send.*')
|
||||
self.allow_journal_messages('.*Locale charset.*ANSI.*')
|
||||
self.allow_journal_messages('.*Assuming locale environment.*UTF-8.*')
|
||||
return b, m
|
||||
|
||||
def _sel_rec(self, recording):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue