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

UT Assert library for CFE functional tests #778

Closed
jphickey opened this issue Jul 15, 2020 · 0 comments · Fixed by #779, #804 or #816
Closed

UT Assert library for CFE functional tests #778

jphickey opened this issue Jul 15, 2020 · 0 comments · Fixed by #779, #804 or #816
Assignees
Milestone

Comments

@jphickey
Copy link
Contributor

Is your feature request related to a problem? Please describe.
There is a need to do functional testing of CFE itself along with apps and libraries. These would benefit from using the same assert macros and test framework as the coverage tests use.

Describe the solution you'd like
This can be done by compiling the same UT assert framework as loadable CFE app.

Requester Info
Joseph Hickey, Vantage Systems, Inc.

@jphickey jphickey self-assigned this Jul 15, 2020
jphickey added a commit to jphickey/cFE that referenced this issue Jul 15, 2020
jphickey added a commit to jphickey/cFE that referenced this issue Jul 16, 2020
@jphickey jphickey linked a pull request Jul 16, 2020 that will close this issue
jphickey added a commit to jphickey/cFE that referenced this issue Jul 29, 2020
jphickey added a commit to jphickey/cFE that referenced this issue Jul 29, 2020
jphickey added a commit to jphickey/cFE that referenced this issue Aug 11, 2020
Provides ability to load UT assert as a CFE app, and an example
of using this to test some basic CFE ES functions.
jphickey added a commit to jphickey/cFE that referenced this issue Aug 11, 2020
Provides ability to load UT assert as a CFE app, and an example
of using this to test some basic CFE ES functions.
jphickey added a commit to jphickey/cFE that referenced this issue Aug 11, 2020
astrogeco added a commit that referenced this issue Aug 13, 2020
Fix #778, add cfe assert and example lib
jphickey added a commit to jphickey/cFE that referenced this issue Aug 14, 2020
Provides ability to load UT assert as a CFE app, and an example
of using this to test some basic CFE ES functions.

This introduces a separate library for the basic UT assert functions
(cfe_assert) and an app that executes the test (cfe_testrunner) rather
than combining these into a single module.
astrogeco added a commit that referenced this issue Aug 18, 2020
Revert "Fix #778, add cfe assert and example lib"
astrogeco added a commit that referenced this issue Aug 18, 2020
Fix #778, Add CFE_Assert library and test module
@astrogeco astrogeco added this to the 7.0.0 milestone Oct 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment