Bob Lantz
e37afe996b
First crack at Python 3 compatibility
...
Mostly we just use mininet.util.pexpect so that we can use
unicode strings without changing calls to pexpect.spawn()
2018-07-25 19:44:45 -07:00
Bob Lantz
b2e1907c3a
Increase link delay to 2ms for more robust effect
...
With a 1 ms delay, the performance tests periodically fails
under nested virtualization, which is how we are testing it.
Increasing the delay should make the effect (lower TCP
data rates as latency increases, due to TCP's congestion
control algorithm) more pronounced and robust.
2016-08-25 03:55:28 -07:00
Bob Lantz
5a530af189
Remove trailing whitespace. ;-/
2014-12-01 15:39:44 -08:00
Bob Lantz
501eb4f916
Add more information for test condition failure
2014-10-13 13:52:43 -07:00
Bob Lantz
9487cb508d
Fix typo
2014-09-29 19:57:26 -07:00
cody burkard
74857ba474
remove User Switch from linearBandwidth due to poor performance
2014-09-27 04:47:56 -07:00
Brian O'Connor
c5da46f125
added -quick options to skip long tests
2013-09-11 14:45:49 -07:00
Brian O'Connor
1d555e724b
cleaned up and commented test_linearbandwidth.py
2013-09-11 14:45:47 -07:00
Brian O'Connor
a46fae0687
adding first draft of tests for all examples, they need comments and clean up, some could be made more rebust
2013-09-11 14:45:46 -07:00