Tests: Allow charset journal messages

Generated from tlog-rec-session
This commit is contained in:
Justin Stephenson 2023-07-24 11:50:09 -04:00
parent 9f5d0d42b7
commit a4a89eab52

View file

@ -21,6 +21,8 @@ class TestApplication(testlib.MachineCase):
b.wait_visible(wait) b.wait_visible(wait)
self.allow_journal_messages('.*type=1400.*avc: denied .* comm="systemctl".*') 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('.*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 return b, m
def _sel_rec(self, recording): def _sel_rec(self, recording):