Skip to content
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion meta-iotqa/lib/oeqa/runtime/sanity/baseos.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,9 @@ def test_baseos_systemd_boot_error(self):
"ACPI Error: Could not enable RealTimeClock event",
"hci_intel: probe of INT33E1:00 failed with error -2",
"Error changing net interface name 'usb0' to",
"*ERROR* dp aux hw did not signal timeout"
"*ERROR* dp aux hw did not signal timeout",
# Bug 11105, in Refkit bugzilla
"file /var/lib/alsa/asound.state lock error"
]
self.longMessage = True
cmd = "journalctl -ab"
Expand Down