Script execution
This commit is contained in:
@@ -6,16 +6,16 @@
|
||||
global sys, inspect, os, traceback
|
||||
import sys, inspect, os, traceback
|
||||
|
||||
a = 0x69
|
||||
print a
|
||||
msg = '\x32' #'\x32\x0\x69\x0'+a+'\xffffff\x1\x0\x0\x0\x0\x0\x0\x0\x0\x0\x1'
|
||||
print str(msg)
|
||||
|
||||
def startTest(testName, DEVICE, params):
|
||||
"""
|
||||
Main method running the test
|
||||
"""
|
||||
|
||||
a = 0x69
|
||||
print a
|
||||
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'
|
||||
status = False
|
||||
|
||||
Reference in New Issue
Block a user