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

cFE Integration candidate: 2021-08-10 #1772

Merged
merged 33 commits into from
Aug 11, 2021
Merged

cFE Integration candidate: 2021-08-10 #1772

merged 33 commits into from
Aug 11, 2021

Commits on Jul 29, 2021

  1. Fix #1727, mistakes in some copyright headers

    pavll committed Jul 29, 2021
    Configuration menu
    Copy the full SHA
    2db8161 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2021

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

Commits on Aug 2, 2021

  1. Fix #1743, update coverage test to use UtAssert macros

    A number of CFE coverage-specific macros and generic assert functions
    were moved into OSAL UtAssert library so it can be used in a wider
    variety of tests.
    
    This removes the CFE coverage-specific version, and changes all
    references to use the equivalent UtAssert macro.
    jphickey committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    961d4eb View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Fix #1685, Add table registration functional tests

    This commit also restructures header files to be used by all table functional tests
    This commit also adds to the global test struct with constants used by
    all table functional tests
    nmullane committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3177426 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e854ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa907a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    343e0d0 View commit details
    Browse the repository at this point in the history
  5. Fix #813, Add Generic Counter API test

    Add tests for the following APIs:
    
    CFE_ES_RegisterGenCounter
    CFE_ES_CounterID_ToIndex
    CFE_ES_GetGenCounterIDByName
    CFE_ES_GetGenCounterName
    CFE_ES_GetGenCount
    CFE_ES_SetGenCount
    CFE_ES_IncrementGenCounter
    CFE_ES_DeleteGenCounter
    jphickey committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    33f66a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    31548d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1db90c View commit details
    Browse the repository at this point in the history
  3. Fix #1763, last char truncated in coverage log output

    The "MessageCheck_Impl" routine used for printf/syslog checks
    was incorrectly truncating the last character of the log message.
    jphickey committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    e07f222 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

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

Commits on Aug 6, 2021

  1. Merge pull request #1737 from zanzaben/fix1733_move_global_into_struct

    Fix #1733, Move global count into test global struct.
    astrogeco committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    0484d64 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1722 from nmullane/fix806-es-application-control-…

    …functional-tests
    
    Fix #806, Add application control functional tests
    astrogeco committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    da12938 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Configuration menu
    Copy the full SHA
    d47b56c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1744 from jphickey/fix-1743-utassert-macros

    Fix #1743, update coverage test to use UtAssert macros
    astrogeco committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    95349ed View commit details
    Browse the repository at this point in the history
  3. Update #813, add UtPrintf for APIs being called

    At UtPrintf statements to indicate the APIs that the test
    is focused on.
    jphickey committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    392a242 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1734 from nmullane/table-api-functional-tests

    Add table api functional tests
    astrogeco committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    9b634da View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1753 from jphickey/fix-813-counter-tests

    Fix #813, Add Generic Counter API test
    astrogeco committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    600fd7a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1716 from nmullane/fix1645-es-resource-id-functio…

    …nal-tests
    
    Fix #1645, Add resource ID API functional tests
    astrogeco committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    e7166d0 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1766 from nmullane/fix1644-finish-es-misc-api-fun…

    …ctional-test
    
    Fix #1644, finish ES misc API functional test
    astrogeco committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    4c91565 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1764 from jphickey/fix-1763-covtest-printf-log

    Fix #1763, last char truncated in coverage log output
    astrogeco committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    84bb9d7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1728 from pavll/fix-1727-correct-some-file-headers

    Fix #1727, mistakes in some copyright headers
    astrogeco committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7e5e4e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    e6979cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1767 from nmullane/fix1692-misc-time-functional-t…

    …ests
    
    Fix #1692, Add misc time api functional test
    astrogeco committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    f8ceda1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3f5abd9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f2ee86 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1749 from zanzaben/fix1649_EVS_Reset_Filters_Func…

    …_Test
    
    Fix #1649, Add Functional Test for EVS Reset Filters API.
    astrogeco committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    33f3505 View commit details
    Browse the repository at this point in the history
  6. Fix #1774, replace VOIDCALL assert macro

    Use the generic UtAssert_VOIDCALL macro now provided from UtAssert,
    rather than a local macro in cfe_testcase app.
    jphickey committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    676c473 View commit details
    Browse the repository at this point in the history
  7. Fix #1780, Resolve RTEMS CFE_FT_Global build fail

    - Removed multiple instantiations of CFE_FT_Global
    - Moves the assignment of the TBL related elements of `CFE_FT_Global`
    from 'cfe_test_table' to `cfe_test` to avoid duplicate definitions error
    - Makes `cfe_test.c` first in CMakeLists dependency list
    
    Co-authored-by: Niall Mullane <[email protected]>
    astrogeco and nmullane committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    20fbd6f View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1796 from jphickey/fix-1774-replace-voidcall-macro

    Fix #1774, replace VOIDCALL assert macro
    astrogeco committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    25112ec View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1781 from astrogeco/1780-RTEMS-build-failure

    Fix #1780, RTEMS CFE_FT_Global build failure
    astrogeco committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    c16b7ae View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

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