Script execution
This commit is contained in:
@@ -6,9 +6,9 @@
|
||||
global sys, inspect, os, traceback
|
||||
import sys, inspect, os, traceback
|
||||
|
||||
a = '\x69'
|
||||
a = 0x69
|
||||
print a
|
||||
msg = '\x32'
|
||||
msg = {0x32,0xff}
|
||||
print msg
|
||||
|
||||
def startTest(testName, DEVICE, params):
|
||||
|
||||
Reference in New Issue
Block a user