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

Fix810 es cds functional tests #1416

Closed
wants to merge 12 commits into from

Commits on Apr 20, 2021

  1. Configuration menu
    Copy the full SHA
    fcdeca2 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Fix nasa#1337, add docs to CFE_ES_RegisterCDS() regarding clearing

    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.
    jphickey authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    66c5672 View commit details
    Browse the repository at this point in the history
  2. Fix nasa#1281, functional test as app instead of library

    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.
    jphickey authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    f510be9 View commit details
    Browse the repository at this point in the history
  3. Fix nasa#1281, adjust event types and documentation

    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.
    jphickey authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    aaf0be6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request nasa#1290 from jphickey/fix-1287-core_api

    Fix nasa#1287, split interface and implementation modules
    astrogeco authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    bf41c97 View commit details
    Browse the repository at this point in the history
  5. Fix nasa#1281, correct string matches in test

    Use a constant at the top of the file, and change the
    names to match current environment.
    jphickey authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    65693a7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request nasa#1376 from jphickey/fix-1337-cds-clear-doc

    Fix nasa#1337, add docs to CFE_ES_RegisterCDS() regarding clearing
    astrogeco authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    9e52770 View commit details
    Browse the repository at this point in the history
  7. Merge pull request nasa#1292 from jphickey/fix-1281-test-app

    Fix nasa#1281, remove testrunner and convert testcase to app
    astrogeco authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    63c356d View commit details
    Browse the repository at this point in the history
  8. HOTFIX IC 2021-04-20: always build cfe_assert

    Building "cfe_assert" does not need to be conditional on
    ENABLE_UNIT_TESTS, it should be built all the time.
    jphickey authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    541ded8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    49651e1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request nasa#1406 from nasa/integration-candidate

    cFE Integration candidate: 2021-04-20
    astrogeco authored and zanzaben committed Apr 22, 2021
    Configuration menu
    Copy the full SHA
    225ab3e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ef7008c View commit details
    Browse the repository at this point in the history