Skip to content
Snippets Groups Projects
Commit 9bb15c76 authored by Bob Lantz's avatar Bob Lantz
Browse files

Added missing value (60) in list. ;-)

parent b7640209
No related branches found
No related tags found
No related merge requests found
......@@ -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 ] )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment