Confirmed users
1,927
edits
(Created page with "= Team = jmaher, mcote, wlach = Problem = Automated testing of mobile devices requires a platform-independent system-level interface with the device. = Goals & Considerations...") |
|||
| Line 23: | Line 23: | ||
Logs are also kept in a file on the device and rotated periodically to ensure they don't take up too much disk space. | Logs are also kept in a file on the device and rotated periodically to ensure they don't take up too much disk space. | ||
Note that, regardless of the device's platform, paths are always in POSIX format (using forward slashes). The SUTAgent is responsible for translating these to and from the native format (e.g. c:\dir\ might be translated as /c/dir/). | |||
The SUTAgent shall also remember the current working directory for the duration of a command-socket connection. The default cwd is implementation-specific. | |||
When errors are printed in response to commands, they should be of the form "##AGENT-WARNING## <detailed error message>". | |||
See [[Auto-tools/Projects/SUTAgent/CommandReference]] for supported commands. | |||
= Implementation = | = Implementation = | ||
See [[Auto-tools/Projects/SUTAgentImplementation|SUTAgentImplementation]]. | See [[Auto-tools/Projects/SUTAgentImplementation|SUTAgentImplementation]]. | ||