lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface name
authorStefan Stanacar <stefanx.stanacar@intel.com>
Mon, 8 Jul 2013 13:40:00 +0000 (16:40 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Jul 2013 09:04:15 +0000 (10:04 +0100)
commit34c85e8610f4cec9c401cbadc28e7a1b4d321313
treee1cd0cfd4086829174cda0223c05e712fed72c20
parent444d90bb529729fa117fe303a6f5728ec661d7b0
lib/oeqa/runtime/dmesg.py: whitelist dmesg message for systemd net interface name

Messages such as:
"systemd-udevd[79]: error changing net interface name eth0 to enp0s3: Device or resource busy"
are harmless as systemd can't rename interfaces in qemu (the interface is already active).
Alternatively, passing net.ifnames=0 to the kernel will stop systemd renaming the interfaces.

(From OE-Core rev: c072fed6531f2ce3c687f8342a97f593ebf37653)

Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/lib/oeqa/runtime/dmesg.py