From a4a89eab52a3528bfbcd5f6f2ea847886c552ac8 Mon Sep 17 00:00:00 2001 From: Justin Stephenson Date: Mon, 24 Jul 2023 11:50:09 -0400 Subject: [PATCH] Tests: Allow charset journal messages Generated from tlog-rec-session --- test/check-application | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/check-application b/test/check-application index c764310..89932de 100755 --- a/test/check-application +++ b/test/check-application @@ -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):