Closed Bug 598441 Opened 15 years ago Closed 15 years ago

sutagentandroid, needs the 'clok' command implemented

Categories

(Testing :: General, defect)

x86
Linux
defect
Not set
normal

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))
Blocks: 579566
the .apk that I tested locally seems to work. Thanks for the quick turnaround!
Does this also need to be described in the help output?
Yes, It will be as part of the patch.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Component: New Frameworks → General
You need to log in before you can comment on or make changes to this bug.