diff --git a/examples/linearbandwidth.py b/examples/linearbandwidth.py index 7a4730fe2db03de796c57e978f32ed08956fd2ea..d073babe62f83cd6b9a9ba9f152cd59bcd64487d 100755 --- a/examples/linearbandwidth.py +++ b/examples/linearbandwidth.py @@ -83,6 +83,6 @@ def test( controllers, switches, hosts ): if __name__ == '__main__': init() print "*** Running linearBandwidthTest" - linearBandwidthTest( [ 1, 10, 20, 40, 80, 100 ] ) + linearBandwidthTest( [ 1, 10, 20, 40, 60, 80, 100 ] )