summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/runtime/cases/systemd.py
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-03-31 14:09:11 +0100
committerSteve Sakoman <steve@sakoman.com>2023-04-14 06:30:30 -1000
commit6310d789e6352461e58b311c7d07c2f7e836f9d0 (patch)
tree37d677f232633dfd4bff87b64b6c459607619bf0 /meta/lib/oeqa/runtime/cases/systemd.py
parentd1064ebac92ef53087e0af30c43f682a31fb277b (diff)
downloadpoky-6310d789e6352461e58b311c7d07c2f7e836f9d0.tar.gz
oeqa/runtime: clean up deprecated backslash expansion
(From OE-Core rev: bed045277b835d38048021e7ad158f27dd3ae9bb) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 77085a05240c3f8226b9f2199c977f2555807789) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/lib/oeqa/runtime/cases/systemd.py')
-rw-r--r--meta/lib/oeqa/runtime/cases/systemd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/lib/oeqa/runtime/cases/systemd.py b/meta/lib/oeqa/runtime/cases/systemd.py
index 720b4b517a..37f295492d 100644
--- a/meta/lib/oeqa/runtime/cases/systemd.py
+++ b/meta/lib/oeqa/runtime/cases/systemd.py
@@ -154,7 +154,7 @@ class SystemdJournalTests(SystemdTest):
154 """ 154 """
155 155
156 # The expression chain that uniquely identifies the time boot message. 156 # The expression chain that uniquely identifies the time boot message.
157 expr_items=['Startup finished', 'kernel', 'userspace','\.$'] 157 expr_items=['Startup finished', 'kernel', 'userspace', r'\.$']
158 try: 158 try:
159 output = self.journalctl(args='-o cat --reverse') 159 output = self.journalctl(args='-o cat --reverse')
160 except AssertionError: 160 except AssertionError: