Remove trailing whitespace. ;-/
This commit is contained in:
@@ -12,7 +12,7 @@ from mininet.topo import SingleSwitchTopo
|
||||
def clusterSanity():
|
||||
"Sanity check for cluster mode"
|
||||
topo = SingleSwitchTopo()
|
||||
net = MininetCluster( topo=topo )
|
||||
net = MininetCluster( topo=topo )
|
||||
net.start()
|
||||
CLI( net )
|
||||
net.stop()
|
||||
|
||||
Reference in New Issue
Block a user