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

Missing stub function for OS_FileSysAddFixedMap #494

Closed
jphickey opened this issue Jun 9, 2020 · 0 comments · Fixed by #497 or #511
Closed

Missing stub function for OS_FileSysAddFixedMap #494

jphickey opened this issue Jun 9, 2020 · 0 comments · Fixed by #497 or #511
Labels
enhancement unit-test Tickets related to the OSAL unit testing (functional and/or coverage)
Milestone

Comments

@jphickey
Copy link
Contributor

jphickey commented Jun 9, 2020

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.

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
astrogeco added a commit that referenced this issue Jun 17, 2020
Fix #494, add missing stub functions for OSAL API
@astrogeco astrogeco added this to the v5.1.0 milestone Sep 21, 2020
@astrogeco 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
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
enhancement unit-test Tickets related to the OSAL unit testing (functional and/or coverage)
Projects
None yet
2 participants