Skip to content
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

Better simulation/test environment #77

Open
whaleygeek opened this issue Jun 9, 2016 · 0 comments
Open

Better simulation/test environment #77

whaleygeek opened this issue Jun 9, 2016 · 0 comments
Labels
enhancement new_example A new example/demo program is required

Comments

@whaleygeek
Copy link
Owner

As most of my work is done when mobile, without hardware, I would like to improve the simulation/test environment so that I can do more representative testing when mobile.

In particular:

  1. ways to build active simulations or mocks of each device type, that have a very simple repeatable behaviour, injecting messages into the receive pipeline, and receiving messages from the transmit pipeline - perhaps connected via a radio_mock module, a simple software bus.
  2. the ability to use all these mocks in repeatable regression tests using unittest
  3. perhaps a version of the setup_tool or web_console, that can be run in parallel with a running mocked system, and drive the simulated device end of things, making it easy to tinker with specific scenarios.

The trigger for this was issue #75 which is as a result of not completely testing this specific mode of use (iterating the registry and interacting with the non connected objects) properly.

@whaleygeek whaleygeek added enhancement new_example A new example/demo program is required labels May 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement new_example A new example/demo program is required
Projects
None yet
Development

No branches or pull requests

1 participant