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 <[email protected]> --- 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 <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
