commit | f65e181d205364c57302690c1486dcc833662dbb | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Mon Oct 05 15:15:37 2015 -0700 |
committer | Jonathan Hart <jono@onlab.us> | Mon Oct 05 15:15:37 2015 -0700 |
tree | 1649089e9c2c13cd87257e1a95cb423d077c73a2 | |
parent | 02d052c3eb10715ea6ee22e54f0d12436a1fe7ca [diff] [blame] |
Changes to group tests to get them to work on OVS. Use barriers instead of sleeps, test multicast forwarding out 2 ONU ports, etc.
diff --git a/olt-topo.py b/olt-topo.py index 438a59f..581084c 100755 --- a/olt-topo.py +++ b/olt-topo.py
@@ -23,7 +23,7 @@ if __name__ == '__main__': setLogLevel('debug') - topo = OltTopo() + topo = OltTopo(k=2) net = Mininet( topo=topo, controller=RemoteController )