diff --git a/script/local.py b/script/local.py index 2ed9dbb..905e935 100644 --- a/script/local.py +++ b/script/local.py @@ -214,7 +214,7 @@ class UDPDatagram: try: # get the ip address and send print 'here should sendto:', self.serverName, self.serverPort - print 'message: ', message + print 'message: ', binascii.hexlify(message) #self.sock.sendto(message, (self.serverName, self.serverPort)) #except socket.error, msg: except msg: @@ -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' + print 'here should receive data' ; data = ['bla']*30 #data, addr = self.sock.recvfrom(1024) if not data: print 'End of data or no data' diff --git a/script/tests/tests.properties b/script/tests/tests.properties index acfdbdd..9ebc9b5 100644 --- a/script/tests/tests.properties +++ b/script/tests/tests.properties @@ -1,5 +1,5 @@ #TestingList for pshell: configuration properties -#Tue Oct 17 14:50:06 CEST 2017 +#Tue Oct 17 16:06:54 CEST 2017 customPanel= showEnabledTestsOnly=true listFilter=rps-test