onos/tools/test/topos/sol.py
Thomas Vachuska 5f99849709 Fixed a defect in GUI details fly-out (it would not appear)
Adjusted L&F of the port labels
Suppressed using buffer-id in packet-out messages; we now always send data; cbench is much more steady now and I see no 0s!!!!
2014-10-31 00:46:11 -07:00

5 lines
85 B
Python
Executable File

#!/usr/bin/python
import sys, solar
topo = solar.Solar(cips=sys.argv[1:])
topo.run()