Script execution

This commit is contained in:
boccioli_m
2017-10-10 14:31:27 +02:00
parent 44e7d678b2
commit 240a242772
@@ -6,9 +6,9 @@
global sys, inspect, os, traceback
import sys, inspect, os, traceback
a = 0x69
a = '\x69'
print a
msg = '\x32'
msg = '\x32
print msg
def startTest(testName, DEVICE, params):