-
Notifications
You must be signed in to change notification settings - Fork 217
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
Missing stub function for OS_FileSysAddFixedMap #494
Labels
Milestone
Comments
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Jun 9, 2020
Required for testing other modules that use this function.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Jun 10, 2020
Added sub functions for: OS_TaskFindIdBySystemData OS_FileSysAddFixedMap OS_TimedRead OS_TimedWrite OS_FileSysAddFixedMap Required for testing other modules that use these functions. Also correct a name mismatch issue in OS_TaskGetInfo.
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Jun 16, 2020
Correct output value
astrogeco
added a commit
that referenced
this issue
Jun 17, 2020
Fix #494, add missing stub functions for OSAL API
astrogeco
added
enhancement
unit-test
Tickets related to the OSAL unit testing (functional and/or coverage)
labels
Sep 28, 2020
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
…s been sent on pipe
jphickey
pushed a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Fix nasa#494, Updates CFE_SB_GetLastSenderID to check if message has been sent on pipe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Is your feature request related to a problem? Please describe.
Coverage Unit tests being added for the PSP will likely require a stub of this function.
Describe the solution you'd like
Provide the stub function as part of the OSAL stub library
Describe alternatives you've considered
N/A - all public API functions should have UT stubs. This one was overlooked/missed.
Requester Info
Joseph Hickey, Vantage Systems, Inc.
The text was updated successfully, but these errors were encountered: