Closed
Bug 598441
Opened 15 years ago
Closed 15 years ago
sutagentandroid, needs the 'clok' command implemented
Categories
(Testing :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Unassigned)
References
Details
we need to get the current time from the device in unix timestamp format. This is required for talos where we need to compare start and end times (such as the ts case)
Here is the python code that works for test-agent.py:
def clok(self, options, values):
return str(int(time.time()*1000))
| Reporter | ||
Comment 1•15 years ago
|
||
the .apk that I tested locally seems to work. Thanks for the quick turnaround!
Comment 2•15 years ago
|
||
Does this also need to be described in the help output?
Comment 3•15 years ago
|
||
Yes, It will be as part of the patch.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•8 years ago
|
Component: New Frameworks → General
You need to log in
before you can comment on or make changes to this bug.
Description
•