tps: get serial number from user

parent 5a8d9f27
......@@ -102,7 +102,7 @@ class Suite(object):
def get_serial():
"""return serial number of current board to test
"""
return sha(timestamp())
return raw_input('board serial number? ').strip()
def timestamp():
"""timestamp for now
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment