-
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
Add Object Utility API functional tests #374
Labels
Milestone
Comments
CDKnightNASA
added
the
unit-test
Tickets related to the OSAL unit testing (functional and/or coverage)
label
Mar 27, 2020
I can take this one. |
Recommend following the osal/src/tests model. Concept is to demonstrate these functionally work as intended/specified in the API (black box). You can find the API here: https://github.com/nasa/cFS/blob/gh-pages/OSAL_Users_Guide.pdf |
yammajamma
added a commit
to yammajamma/osal
that referenced
this issue
Apr 23, 2020
…S_IdentifyObject
yammajamma
added a commit
to yammajamma/osal
that referenced
this issue
Apr 28, 2020
yammajamma
added a commit
to yammajamma/osal
that referenced
this issue
May 6, 2020
…moved the ReadMe
yammajamma
added a commit
to yammajamma/osal
that referenced
this issue
May 6, 2020
skliper
pushed a commit
to yammajamma/osal
that referenced
this issue
May 12, 2020
skliper
pushed a commit
to yammajamma/osal
that referenced
this issue
May 13, 2020
yammajamma
added a commit
to yammajamma/osal
that referenced
this issue
May 22, 2020
…ange between 0 and <MAX and output array indices vary
astrogeco
added a commit
that referenced
this issue
May 26, 2020
…sing-Tests Fix #374, Add Object Utility API functional tests
astrogeco
added a commit
that referenced
this issue
May 26, 2020
…ssing-Functional-API-Tests Hotfix #374 object utilitys missing functional api tests
astrogeco
changed the title
Object Utility API's missing functional test
Add Object Utility API functional tests
Sep 22, 2020
jphickey
added a commit
to jphickey/osal
that referenced
this issue
Aug 10, 2022
Fix 2 areas where the CFE_ES_GetTaskInfo() function could have been passed an App ID rather than a task ID, which would create an incorrect result.
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.
OS_IdentifyObject, OS_ConvertToArrayIndex and OS_ForEachObject missing explicit functional tests
Describe the solution you'd like
Add tests
Describe alternatives you've considered
None.
Additional context
Certification violation
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: