We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The FIT framework assumes that the command dispatcher name is cmdDisp. This does not work in all cases.
cmdDisp
cmdDisp2
send_and_assert_command
This should either detect command dispatchers, or allow overriding of the name.
The text was updated successfully, but these errors were encountered:
Allow test API command dispatcher override. Fixes nasa/fprime#2442
fcca345
Allow test API command dispatcher override. Fixes nasa/fprime#2442 (#158
2e5355b
)
LeStarch
Successfully merging a pull request may close this issue.
Problem Description
The FIT framework assumes that the command dispatcher name is
cmdDisp
. This does not work in all cases.How to Reproduce
cmdDisp
component instancecmdDisp2
send_and_assert_command
Expected Behavior
This should either detect command dispatchers, or allow overriding of the name.
The text was updated successfully, but these errors were encountered: