-
Notifications
You must be signed in to change notification settings - Fork 207
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
Fix810 es cds functional tests #1416
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Note in the documentation for this function that it is the responsibility of the calling app to clear/fill the CDS block any time a new block is allocated.
Merge the "testrunner" app and put the runner logic into cfe_assert lib. Converts the "testcase" library into an app that simply calls the logic in cfe_assert to do the test. This means that the test can be run on demand by issuing the ES start app command, rather than putting it into the startup script.
Adjust the event types so that Start/End are "info" events, not debug events (in the default platform config, debug events are not shown). Also update documentation to correct the startup script entries.
Fix nasa#1287, split interface and implementation modules
Use a constant at the top of the file, and change the names to match current environment.
Fix nasa#1337, add docs to CFE_ES_RegisterCDS() regarding clearing
Fix nasa#1281, remove testrunner and convert testcase to app
Building "cfe_assert" does not need to be conditional on ENABLE_UNIT_TESTS, it should be built all the time.
cFE Integration candidate: 2021-04-20
zanzaben
added
the
CCB:Ready
Ready for discussion at the Configuration Control Board (CCB)
label
Apr 22, 2021
zanzaben
force-pushed
the
fix810_ES_CDS_Functional_Tests
branch
from
April 22, 2021 18:54
b8deb8e
to
ef7008c
Compare
This branch is in some weird merge hell so I am redoing it in #1418 |
zanzaben
removed
the
CCB:Ready
Ready for discussion at the Configuration Control Board (CCB)
label
Apr 23, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe the contribution
Fixes #810
adds new functional tests for es cds.
System(s) tested on
Ubuntu 20.04
Additional context
This is a just testing the nominal cases. More in depth tests will have to be added later.
Contributor Info - All information REQUIRED for consideration of pull request
Alex Campbell GSFC