Petr Horáček has uploaded a new change for review. Change subject: net: fix test_getVdsStats ......................................................................
net: fix test_getVdsStats TODO Change-Id: Ib41b6c942a5f7158e7520e9f6dfda338a71b19e2 Signed-off-by: Petr Horáček <[email protected]> --- M tests/functional/networkTests.py 1 file changed, 3 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/56/45756/1 diff --git a/tests/functional/networkTests.py b/tests/functional/networkTests.py index 1873222..f898fb7 100644 --- a/tests/functional/networkTests.py +++ b/tests/functional/networkTests.py @@ -436,6 +436,9 @@ veth.setLinkUp(right) # Vdsm scans for new devices every 15 seconds + # XXX: NOT TRUE, it takes 60-90 secs to show a new dummy or veth, + # and even when it caught it, it ends with: + # AssertionError: sampleTime is not monotonically increasing self.retryAssert( assertTestDevStatsReported, timeout=20) -- To view, visit https://gerrit.ovirt.org/45756 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib41b6c942a5f7158e7520e9f6dfda338a71b19e2 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
