Change in vdsm[master]: networkTests: setupNetworksAddBondWithManyVlans bond not found

phoracek at redhat.com phoracek at redhat.com
Sat Aug 23 12:31:57 UTC 2014


Petr Horáček has uploaded a new change for review.

Change subject: networkTests: setupNetworksAddBondWithManyVlans bond not found
......................................................................

networkTests: setupNetworksAddBondWithManyVlans bond not found

testSetupNetworksAddBondWithManyVlans always fails on Jenkins
with 'bond0.0' not found in ...' error
(http://jenkins.ovirt.org/job/vdsm_master_network_functional_
tests_gerrit/1837/testReport/junit/networkTests/NetworkTest/
testSetupNetworksAddBondWithManyVlans_kwargs_False_/)

Change-Id: Iccd0ba18ac223a63c6633ee64772cfe6998288b1
Signed-off-by: Petr Horáček <phoracek at redhat.com>
---
M tests/functional/networkTests.py
1 file changed, 2 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/55/31855/1

diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py
index ed45b2a..581400b 100644
--- a/tests/functional/networkTests.py
+++ b/tests/functional/networkTests.py
@@ -294,6 +294,8 @@
     @ValidateRunningAsRoot
     def testSetupNetworksAddBondWithManyVlans(self, bridged):
         def assertDevStatsReported():
+            # import time
+            # time.sleep(1)
             status, msg, hostStats = self.vdsm_net.getVdsStats()
             self.assertEqual(status, SUCCESS, msg)
             self.assertIn('network', hostStats)


-- 
To view, visit http://gerrit.ovirt.org/31855
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iccd0ba18ac223a63c6633ee64772cfe6998288b1
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Petr Horáček <phoracek at redhat.com>


More information about the vdsm-patches mailing list