From cb22239b0446f72a54cd5816bbff8932cdc03174 Mon Sep 17 00:00:00 2001 From: boccioli_m Date: Tue, 17 Oct 2017 16:11:42 +0200 Subject: [PATCH] Closedown --- script/local.py | 5 +++-- script/tests/tests.properties | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/script/local.py b/script/local.py index 115685a..630ff00 100644 --- a/script/local.py +++ b/script/local.py @@ -235,7 +235,7 @@ class UDPDatagram: # now keep talking with the client while 1: # receive data from client (data, addr) - print 'here should receive data' ; data = ['bla']*30 + print 'here should receive data' #data, addr = self.sock.recvfrom(1024) if not data: print 'End of data or no data' @@ -243,7 +243,8 @@ class UDPDatagram: print 'Message[' + addr[0] + ':' + str(addr[1]) + '] - ' + data.strip() #self.sock.close() - return data[28:] + #return data[28:] + return [9]*50 def send(self, message): self._listenInit() diff --git a/script/tests/tests.properties b/script/tests/tests.properties index b651dbd..22b831e 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 17 16:08:35 CEST 2017 +#Tue Oct 17 16:08:54 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test