diff --git a/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py b/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py index d2e67d2930..1321a04a82 100644 --- a/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py +++ b/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py @@ -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"