On Fri, Oct 30, 2015 at 09:40:45AM +0100, Sandro Bonazzola wrote:
I see that a more recent merge has miraculously succeeded
http://jenkins.ovirt.org/job/vdsm_master_unit-tests_merged/874/console
Still, I'd love to understand what made these failure happen. Petr, can you
take a quick look?
14:16:22 ERROR: iproute2 configurator uses hardcoded error output, test it's still
14:16:22 ----------------------------------------------------------------------
14:16:22 Traceback (most recent call last):
14:16:22 File "/tmp/run/vdsm/tests/testValidation.py", line 105, in wrapper
14:16:22 return f(*args, **kwargs)
14:16:22 File "/tmp/run/vdsm/tests/nettestlib.py", line 282, in wrapper
14:16:22 return f(*a, **kw)
14:16:22 File "/tmp/run/vdsm/tests/iproute2Tests.py", line 38, in setUp
14:16:22 self._bridge.addDevice()
14:16:22 File "/tmp/run/vdsm/tests/nettestlib.py", line 79, in addDevice
14:16:22 linkAdd(self.devName, 'bridge')
14:16:22 File "/tmp/run/vdsm/lib/vdsm/ipwrapper.py", line 576, in linkAdd
14:16:22 _execCmd(command)
14:16:22 File "/tmp/run/vdsm/lib/vdsm/ipwrapper.py", line 477, in _execCmd
14:16:22 raise IPRoute2Error(error)
14:16:22 IPRoute2Error: ['RTNETLINK answers: Operation not supported']
14:16:22 -------------------- >> begin captured logging <<
--------------------
14:16:22 root: DEBUG: /usr/sbin/brctl show (cwd None)
14:16:22 root: DEBUG: SUCCESS: <err> = ''; <rc> = 0
14:16:22 root: DEBUG: /sbin/ip link add name vdsm-oERg76 type bridge (cwd None)
14:16:22 root: DEBUG: FAILED: <err> = 'RTNETLINK answers: Operation not
supported\n'; <rc> = 2
14:16:22 --------------------- >> end captured logging <<
---------------------