commit | 4cd37c1955945987f22e174725204d279efd6048 | [log] [tgz] |
---|---|---|
author | Flavio Castro <castro.flaviojr@gmail.com> | Mon Mar 28 07:39:16 2016 -0700 |
committer | Flavio Castro <castro.flaviojr@gmail.com> | Mon Mar 28 14:24:33 2016 -0700 |
tree | 845b888e9a7748a85d0b956d1d845c041f617d87 | |
parent | d8980bfae12f19889fdd5744b098f80723b92e49 [diff] |
Improving SR 2x2 test Change-Id: I85b644c5b630d5e547042bbcade95839e3ee13d3
diff --git a/TestON/tests/USECASE_SegmentRouting/Dependency/cord_fabric.py b/TestON/tests/USECASE_SegmentRouting/Dependency/cord_fabric.py index b710b12..a2a8a8e 100755 --- a/TestON/tests/USECASE_SegmentRouting/Dependency/cord_fabric.py +++ b/TestON/tests/USECASE_SegmentRouting/Dependency/cord_fabric.py
@@ -39,7 +39,7 @@ for s in range(spine): spines[s] = self.addSwitch('spine10%s' % (s + 1), dpid="00000000010%s" % (s + 1)) # Set link speeds to 100Mb/s - linkopts = dict(bw=10) + linkopts = dict(bw=100) # Add Leaf switches for ls in range(leaf):