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

EVS functional test - send each event type including invalid #1818

Closed
skliper opened this issue Aug 15, 2021 · 0 comments · Fixed by #1973 or #2001
Closed

EVS functional test - send each event type including invalid #1818

skliper opened this issue Aug 15, 2021 · 0 comments · Fixed by #1973 or #2001
Assignees
Milestone

Comments

@skliper
Copy link
Contributor

skliper commented Aug 15, 2021

Is your feature request related to a problem? Please describe.
EVS functional test currently only sends INFORMATIONAL events. Example:

void TestSendEvent(void)
{
UtPrintf("Testing: CFE_EVS_SendEvent");
UtAssert_INT32_EQ(CFE_EVS_SendEvent(0, CFE_EVS_EventType_INFORMATION, "OK Send"), CFE_SUCCESS);
UtAssert_INT32_EQ(CFE_EVS_SendEvent(0, CFE_EVS_EventType_INFORMATION, NULL), CFE_EVS_INVALID_PARAMETER);
}

Describe the solution you'd like
Add a send of each message type for each API, including invalid. Note they all return success.

Describe alternatives you've considered
None, note the message type handling is exercised in coverage tests so this is an improvement.

Additional context
None

Requester Info
Jacob Hageman - NASA/GSFC

paulober pushed a commit to paulober/cFE that referenced this issue Sep 21, 2021
paulober pushed a commit to paulober/cFE that referenced this issue Sep 21, 2021
paulober pushed a commit to paulober/cFE that referenced this issue Sep 21, 2021
paulober pushed a commit to paulober/cFE that referenced this issue Sep 21, 2021
paulober pushed a commit to paulober/cFE that referenced this issue Sep 22, 2021
@astrogeco astrogeco self-assigned this Oct 28, 2021
astrogeco added a commit to astrogeco/cFE that referenced this issue Oct 29, 2021
…types

Fix nasa#1818, EVS functional test add for different event types
astrogeco added a commit to astrogeco/cFE that referenced this issue Nov 3, 2021
…types

Fix nasa#1818, EVS functional test add for different event types
@skliper skliper added this to the Draco milestone Mar 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants