Script execution

This commit is contained in:
boccioli_m
2017-10-10 14:44:51 +02:00
parent 0deb530999
commit 8b9e294348

View File

@@ -10,6 +10,9 @@ a = 0x69
print a
msg = {0x32,0xff}
print msg
import pickle
b = pickle.dumps(a)
print b
def startTest(testName, DEVICE, params):
"""