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

Add state transitions to command test in mockpod_udp.py #2

Open
Iyury1 opened this issue May 20, 2023 · 0 comments
Open

Add state transitions to command test in mockpod_udp.py #2

Iyury1 opened this issue May 20, 2023 · 0 comments
Assignees

Comments

@Iyury1
Copy link
Contributor

Iyury1 commented May 20, 2023

The GUI will not issue commands to the pod unless the pod is in the correct state. See the state machine flow chart for allowable state transitions.
image

For a transition to properly occur, certain conditions must be met. In this test, we will assume that the conditions are always met, so transitions requested by GUI commands will immediately occur.

This test must include both command and telemetry functionality, so the GUI can obtain the correct state information from the telemetry message. Change main.py as necessary to detect state changes from telemetry messages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants