summaryrefslogtreecommitdiffstats
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, 0 insertions, 4 deletions
diff --git a/framework/src/onos/tools/test/topos/sol.py b/framework/src/onos/tools/test/topos/sol.py
deleted file mode 100755
index 68f2d406..00000000
--- a/framework/src/onos/tools/test/topos/sol.py
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/usr/bin/python
-import sys, solar
-topo = solar.Solar(cips=sys.argv[1:])
-topo.run()