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 functional tests for cFE Message Subscription Control APIs #1680

Closed
zanzaben opened this issue Jul 20, 2021 · 0 comments · Fixed by #1803 or #1839
Closed

Add functional tests for cFE Message Subscription Control APIs #1680

zanzaben opened this issue Jul 20, 2021 · 0 comments · Fixed by #1803 or #1839
Assignees
Milestone

Comments

@zanzaben
Copy link
Contributor

zanzaben commented Jul 20, 2021

Is your feature request related to a problem? Please describe.
Need open source functional tests for certifiability

Describe the solution you'd like
Add functional tests for cFE Message Subscription Control APIs
CFE_SB_Subscribe - Subscribe to a message on the software bus with default parameters.
CFE_SB_SubscribeEx - Subscribe to a message on the software bus.
CFE_SB_SubscribeLocal - Subscribe to a message while keeping the request local to a cpu.
CFE_SB_Unsubscribe - Remove a subscription to a message on the software bus.
CFE_SB_UnsubscribeLocal - Remove a subscription to a message on the software bus on the current CPU.

Describe alternatives you've considered
N/A

Additional context
N/A

Requester Info
Alex Campbell GSFC

@skliper skliper added this to the 7.0.0 milestone Jul 22, 2021
@jphickey jphickey self-assigned this Aug 4, 2021
jphickey added a commit to jphickey/cFE that referenced this issue Aug 11, 2021
Add tests for the CFE SB subscription API:
 - CFE_SB_Subscribe
 - CFE_SB_SubscribeEx
 - CFE_SB_SubscribeLocal
 - CFE_SB_Unsubscribe
 - CFE_SB_UnsubscribeLocal
jphickey added a commit to jphickey/cFE that referenced this issue Aug 11, 2021
Add tests for the CFE SB subscription API:
 - CFE_SB_Subscribe
 - CFE_SB_SubscribeEx
 - CFE_SB_SubscribeLocal
 - CFE_SB_Unsubscribe
 - CFE_SB_UnsubscribeLocal
jphickey added a commit to jphickey/cFE that referenced this issue Aug 17, 2021
Add tests for the CFE SB subscription API:
 - CFE_SB_Subscribe
 - CFE_SB_SubscribeEx
 - CFE_SB_SubscribeLocal
 - CFE_SB_Unsubscribe
 - CFE_SB_UnsubscribeLocal
astrogeco added a commit that referenced this issue Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants