From c4843691b3b261fd84e44072af8b154839de15a5 Mon Sep 17 00:00:00 2001 From: Simo Kuusela Date: Thu, 9 Feb 2017 17:42:41 +0200 Subject: [PATCH] meta-iotqa: Ignore net interface name changing error This error is random and doesn't seem to affect anything. Signed-off-by: Simo Kuusela --- meta-iotqa/lib/oeqa/runtime/sanity/baseos.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py b/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py index f46a286157..148b05c178 100644 --- a/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py +++ b/meta-iotqa/lib/oeqa/runtime/sanity/baseos.py @@ -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" ] self.longMessage = True cmd = "journalctl -ab"