New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added test automation voland service #7
Conversation
The command line tool ta_voland_service implements com.nokia.voland and com.nokia.ta_voland interfaces on D-Bus system bus for use with test automation.
|
I propose that we move the tests directory to the root directory: src and tests would be siblings. See pull request #8 |
| printf("change dialog %u -> %u\n", dialog_cookie, now); | ||
| } | ||
| dialog_cookie = now; | ||
| voland_stack_retring_timeout(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor documentational code comprehension issue: what does "retring" stand for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have no idea how it ended up looking like that, but it should have been "rethink"
|
A readme file would perhaps be a good addition, with information about
|
Apply "voland_autoreply_" prefix for user action functionality.
Common "voland_stack_" prefix used for all functions.
Now uses common prefix "voland_parse_" for function names. Documented the dbus message format the parsers expect to see.
Simulates "system startup ready" signaling timed excepts to see.
Added test automation voland service
The command line tool ta_voland_service implements
com.nokia.voland and com.nokia.ta_voland interfaces
on D-Bus system bus for use with test automation.