summaryrefslogtreecommitdiffstats
path: root/For Weekly Test/tricode/startSoftware.py
diff options
context:
space:
mode:
Diffstat (limited to 'For Weekly Test/tricode/startSoftware.py')
-rw-r--r--For Weekly Test/tricode/startSoftware.py14
1 files changed, 0 insertions, 14 deletions
diff --git a/For Weekly Test/tricode/startSoftware.py b/For Weekly Test/tricode/startSoftware.py
deleted file mode 100644
index 68f7b6e..0000000
--- a/For Weekly Test/tricode/startSoftware.py
+++ /dev/null
@@ -1,14 +0,0 @@
-import ServerClass
-import subprocess
-
-while 1:
- server = ServerClass.ServerHandler(34600)
- tried = server.openSocket()
- #print tried
- test = server.receiveData(2)
- if test == 'START APP':
- print 'start'
- subprocess.Popen(args=['gnome-terminal','--command= python gsmselftest-website3.py'])
- server.closeConnection()
- del server
-