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 Resource Misc APIs #1679

Closed
zanzaben opened this issue Jul 20, 2021 · 1 comment · Fixed by #1782 or #1839
Closed

Add functional tests for cFE Resource Misc APIs #1679

zanzaben opened this issue Jul 20, 2021 · 1 comment · Fixed by #1782 or #1839
Assignees
Milestone

Comments

@zanzaben
Copy link
Contributor

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 Resource Misc APIs
CFE_ResourceId_ToInteger - Convert a resource ID to an integer.
CFE_ResourceId_FromInteger - Convert an integer to a resource ID.
CFE_ResourceId_Equal - Compare two Resource ID values for equality.
CFE_ResourceId_IsDefined - Check if a resource ID value is defined.
CFE_ResourceId_GetBase - Get the Base value (type/category) from a resource ID value.
CFE_ResourceId_GetSerial - Get the Serial Number (sequential ID) from a resource ID value.
CFE_ResourceId_FindNext - Locate the next resource ID which does not map to an in-use table entry.
CFE_ResourceId_ToIndex - Internal routine to aid in converting an ES resource ID to an array index.

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
@nmullane
Copy link
Contributor

nmullane commented Aug 5, 2021

I'll work on this.

nmullane added a commit to nmullane/cFE that referenced this issue Aug 10, 2021
nmullane added a commit to nmullane/cFE that referenced this issue Aug 11, 2021
nmullane added a commit to nmullane/cFE that referenced this issue Aug 18, 2021
nmullane added a commit to nmullane/cFE that referenced this issue Aug 20, 2021
- Fixed test to work with strict resource id types
astrogeco added a commit that referenced this issue Aug 20, 2021
…al-tests

Fix #1679, Add functional tests for resource misc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants