From 9bb15c76e99c6a0cfd8b0c778c5a9ee9670c97ac Mon Sep 17 00:00:00 2001 From: Bob Lantz <rlantz@cs.stanford.edu> Date: Thu, 17 Dec 2009 16:31:14 -0800 Subject: [PATCH] Added missing value (60) in list. ;-) --- examples/linearbandwidth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/linearbandwidth.py b/examples/linearbandwidth.py index 7a4730fe..d073babe 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 ] ) -- GitLab