aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/onos/tools/test/topos/sol.py
diff options
context:
space:
mode:
Diffstat (limited to 'framework/src/onos/tools/test/topos/sol.py')
-rwxr-xr-xframework/src/onos/tools/test/topos/sol.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/onos/tools/test/topos/sol.py b/framework/src/onos/tools/test/topos/sol.py
new file mode 100755
index 00000000..68f2d406
--- /dev/null
+++ b/framework/src/onos/tools/test/topos/sol.py
@@ -0,0 +1,4 @@
+#!/usr/bin/python
+import sys, solar
+topo = solar.Solar(cips=sys.argv[1:])
+topo.run()