]> code.ossystems Code Review - openembedded-core.git/commit
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)
committerSaul Wold <sgw@linux.intel.com>
Mon, 15 Jul 2013 17:29:26 +0000 (10:29 -0700)
commitc072fed6531f2ce3c687f8342a97f593ebf37653
treeb3c23a4a41e246e72d6d9fa0b15e7f0940452f8a
parentb089dfd983e427c805e8dec33630d853ca3ca742
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.

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