You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Jun 9, 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.
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: