
On Wed, Nov 18, 2015 at 02:53:47PM +0100, David Caro wrote:
On 11/18 14:49, Petr Horacek wrote:
Could you just give me a link to that failing jobs please?
Sure : http://jenkins.ovirt.org/search/?q=vdsm_3.5_check-patch
14:48:25 ERROR: testGetBondingOptions (netinfoTests.TestNetinfo) 14:48:25 ---------------------------------------------------------------------- 14:48:25 Traceback (most recent call last): 14:48:25 File "/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/monkeypatch.py", line 133, in wrapper 14:48:25 return f(*args, **kw) 14:48:25 File "/usr/lib64/python2.6/contextlib.py", line 34, in __exit__ 14:48:25 self.gen.throw(type, value, traceback) 14:48:25 File "/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/monkeypatch.py", line 110, in MonkeyPatchScope 14:48:25 yield {} 14:48:25 File "/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/monkeypatch.py", line 133, in wrapper 14:48:25 return f(*args, **kw) 14:48:25 File "/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/testValidation.py", line 100, in wrapper 14:48:25 return f(*args, **kwargs) 14:48:25 File "/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/netinfoTests.py", line 370, in testGetBondingOptions 14:48:25 with open(BONDING_MASTERS, 'w') as bonds: 14:48:25 IOError: [Errno 13] Permission denied: '/sys/class/net/bonding_masters' seems to be failing due to a missing monkeypatch, or a missing kernel module. Ondra, could you take a look? 14:48:25 FAIL: testFakeNics (netinfoTests.TestNetinfo) 14:48:25 ---------------------------------------------------------------------- 14:48:25 Traceback (most recent call last): 14:48:25 File "/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/testValidation.py", line 100, in wrapper 14:48:25 return f(*args, **kwargs) 14:48:25 File "/home/jenkins/workspace/vdsm_3.5_check-patch-el6-x86_64/vdsm/tests/netinfoTests.py", line 236, in testFakeNics 14:48:25 nics)) 14:48:25 AssertionError: Some of hidden devices set(['mehd_28', 'mehv_68', 'mehv_66']) is shown in nics ['eth0', 'dummy0', 'dummy_85', 'mehd_28', 'veth_34', 'veth_22'] is more bizarre. In any case, can you mark then as @brokentest("on jenkins") until we solve the riddle?