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
3 changes: 2 additions & 1 deletion meta-iotqa/lib/oeqa/runtime/sanity/baseos.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ def test_baseos_systemd_boot_error(self):
"Direct firmware load for i915/bxt_dmc_ver1_07.bin failed",
"Direct firmware load for iwlwifi-8000C",
"ACPI Error: Could not enable RealTimeClock event",
"hci_intel: probe of INT33E1:00 failed with error -2"
"hci_intel: probe of INT33E1:00 failed with error -2",
"Error changing net interface name 'usb0' to"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently this is a race condition where someone takes usb0 before systemd-udev gets to change it. What could that be?

]
self.longMessage = True
cmd = "journalctl -ab"
Expand Down