Script execution

This commit is contained in:
boccioli_m
2017-10-10 14:21:39 +02:00
parent d184aad05c
commit 40846a5c25

View File

@@ -14,7 +14,7 @@ def startTest(testName, DEVICE, params):
a = 0x69
print a
msg = '\x32\x0\x69\x0'+a+'\xffffff\x1\x0\x0\x0\x0\x0\x0\x0\x0\x0\x1'
msg = '\x32' #'\x32\x0\x69\x0'+a+'\xffffff\x1\x0\x0\x0\x0\x0\x0\x0\x0\x0\x1'
print str(msg)
# by default, assume the test failed:
ret = 'Test failed'