From my point of view the snippet from logs does not point to the
reason to fail the test.
On Thu, 17 Aug 2017 12:26:23 +0300
Daniel Belenky <dbelenky(a)redhat.com> wrote:
Failed test: basic_suite_master/002_bootstrap
Version: oVirt master
Link to failed job (Jenkins): ovirt-master_change-queue-tester/1817/
<
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/1817/>
Link to logs (Jenkins): link
<
http://jenkins.ovirt.org/job/ovirt-master_change-queue-tester/1817/artifa...
Suspected patch: Gerrit 80481/10
<
https://gerrit.ovirt.org/#/c/80481/10>
Error snippet from logs:
*From host0*
MainThread::DEBUG::2017-08-17
05:03:20,501::cmd::63::root::(exec_sync_bytes) FAILED: <err> = '';
<rc> = 1
MainThread::ERROR::2017-08-17
05:03:20,502::initializer::53::root::(_lldp_init) Failed to enable
LLDP on eth0
Traceback (most recent call last):
File "/usr/lib/python2.7/site-packages/vdsm/network/initializer.py",
line 51, in _lldp_init
Lldp.enable_lldp_on_iface(device)
File "/usr/lib/python2.7/site-packages/vdsm/network/lldp/lldpad.py",
line 30, in enable_lldp_on_iface
lldptool.enable_lldp_on_iface(iface, rx_only)
File
"/usr/lib/python2.7/site-packages/vdsm/network/lldpad/lldptool.py",
line 46, in enable_lldp_on_iface raise EnableLldpError(rc, out, err,
iface) EnableLldpError: (1,
"timeout\n'M00000001C3040000000c04eth0000badminStatus0002rx' command
timed out.\n", '', 'eth0')
This error is expected [1] and will by fixed by REL 7.4.1 [2].
This error just blocks collecting lldp information and should not
influence anything else.
[1]