Fix #808, ES API functional tests#1251
Merged
astrogeco merged 1 commit intonasa:integration-candidatefrom Apr 8, 2021
Merged
Conversation
fba12f9 to
d73363d
Compare
40b86f9 to
8598638
Compare
skliper
reviewed
Mar 30, 2021
ee17610 to
241aa93
Compare
241aa93 to
36498e2
Compare
Contributor
|
CCB:2021-03-31 APPROVED
|
3eec2b8 to
f406692
Compare
jphickey
requested changes
Apr 1, 2021
Contributor
jphickey
left a comment
There was a problem hiding this comment.
I pulled this to test it in conjunction with what I will propose for #1266, but found it does not build when using strict ID types.
CFE/CFS developers should ideally all set this option:
set(MISSION_RESOURCEID_MODE STRICT)
in your local global_build_options.cmake file. It isn't set that way by default in order to be compatible for external users that may have existing code, but all framework code should build with this strict option set.
| case UTASSERT_CASETYPE_BEGIN: | ||
| CFE_ES_WriteToSysLog("\n"); | ||
| CFE_ES_WriteToSysLog("\n"); | ||
| CFE_ES_WriteToSysLog("\n"); /* add a bit of extra whitespace between tests */ |
Contributor
There was a problem hiding this comment.
This should be left out of this PR ideally - we can do something better in #1266
f406692 to
3127a90
Compare
07127ad to
69c31d2
Compare
jphickey
added a commit
to zanzaben/cFE
that referenced
this pull request
Apr 6, 2021
zanzaben
added a commit
to zanzaben/cFE
that referenced
this pull request
Apr 6, 2021
a9d75b8 to
d456d86
Compare
d456d86 to
de26ba4
Compare
de26ba4 to
bc963b8
Compare
jphickey
requested changes
Apr 7, 2021
Contributor
jphickey
left a comment
There was a problem hiding this comment.
I looked again, just a couple more minor updates ... it's close!
bc963b8 to
e8a43be
Compare
astrogeco
added a commit
to nasa/cFS
that referenced
this pull request
Apr 8, 2021
ES API functional tests
astrogeco
added a commit
to nasa/cFS
that referenced
this pull request
Apr 8, 2021
Combines: nasa/cFE#1284 nasa/osal#951 nasa/PSP#289 Including: nasa/cFE#1251 - ES Info API Functional test nasa/osal#931 - Scrub include guards nasa/osal#937 - Switch to use CLOCK_REALTIME nasa/osal#938 - specify shell name in ShellOutputToFile nasa/PSP#286 - use OSAL timebase for CFE timers nasa/PSP#282 - modularize the ram, port, and eenasa/psp#om access nasa/PSP#285 - add psp module to implement timebase
This file contains hidden or 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
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 #808
New tests for the ES Info API's
Testing performed
This is the test
Expected behavior changes
none
Additional Context
Dependant on #1268
Addresses are only valid on VxWorks system so the tests for when that is true have not be run and verified.
System(s) tested on
Ubuntu 20.04
Contributor Info - All information REQUIRED for consideration of pull request
Alex Campbell GSFC