Revision 93ddd926 mininet/test/test_hifi.py
mininet/test/test_hifi.py | ||
---|---|---|
106 | 106 |
# pylint: enable-msg=W0612 |
107 | 107 |
for rttval in [rttmin, rttavg, rttmax]: |
108 | 108 |
# Multiply delay by 4 to cover there & back on two links |
109 |
self.assertWithinTolerance( rttval, DELAY_MS * 4.0, |
|
109 |
self.assertWithinTolerance( rttval, DELAY_MS * 4.0,
|
|
110 | 110 |
DELAY_TOLERANCE) |
111 | 111 |
|
112 | 112 |
|
Also available in: Unified diff