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

Fix #1834 CFE_TBL_Modified: Test CRC, updated flag #1865

Merged
merged 1 commit into from
Aug 27, 2021

Conversation

pepepr08
Copy link
Contributor

Describe the contribution
Fixes #1834
Add verification that CFE_TBL_Modified successfully calculates and sets the table CRC and sets the Updated flag if the table has been modified.

Testing performed
Steps taken to test the contribution:

$ make SIMULATION=native ENABLE_UNIT_TESTS=true OMIT_DEPRECATED=true prep
$ make -C build/native/default_cpu1/tbl
$ make -C build/native/default_cpu1/tbl test
$ make
$ make test
  • Verify GitHub workflows pass

Expected behavior changes
None.

System(s) tested on

  • Ubuntu 18.04 VM

Contributor Info - All information REQUIRED for consideration of pull request
Jose F. Martinez Pedraza / NASA GSFC

@pepepr08 pepepr08 added CCB:Ready Ready for discussion at the Configuration Control Board (CCB) coverage labels Aug 23, 2021
@pepepr08 pepepr08 requested a review from skliper August 23, 2021 18:00
@astrogeco astrogeco removed the CCB:Ready Ready for discussion at the Configuration Control Board (CCB) label Aug 25, 2021
@astrogeco
Copy link
Contributor

CCB:2021-08-25 APPROVED

@astrogeco astrogeco added the CCB:Approved Indicates code review and approval by community CCB label Aug 25, 2021
@astrogeco astrogeco changed the base branch from main to integration-candidate August 27, 2021 15:37
@astrogeco astrogeco merged commit 90cedf2 into nasa:integration-candidate Aug 27, 2021
astrogeco added a commit to nasa/cFS that referenced this pull request Aug 27, 2021
nasa/cFE#1876, SB test improvements

nasa/cFE#1865, CFE_TBL_Modified: Test CRC, updated flag

nasa/cFE#1881, Improve EVS code coverage
astrogeco added a commit to nasa/cFS that referenced this pull request Aug 27, 2021
nasa/cFE#1876, SB test improvements

nasa/cFE#1865, CFE_TBL_Modified: Test CRC, updated flag

nasa/cFE#1881, Improve EVS code coverage
astrogeco added a commit to nasa/cFS that referenced this pull request Sep 1, 2021
**Combines**

nasa/cFE#1885,              v6.8.0-rc1+dev980
nasa/osal#1138,             v5.1.0-rc1+dev598
nasa/cFS-GroundSystem#195,  v2.2.0-rc1+dev63

**Includes**

*cFE*

nasa/cFE#1870, Add SB API test cases
nasa/cFE#1869, Add ES API test cases
nasa/cFE#1872, Add TBL API test cases
nasa/cFE#1871, Add FS API test cases
nasa/cFE#1860, Add Time Clock Test
nasa/cFE#1862, EVS coverage test
nasa/cFE#1876, SB test improvements
nasa/cFE#1865, CFE_TBL_Modified: Test CRC, updated flag
nasa/cFE#1881, Improve EVS code coverage
nasa/cFE#1877, add call to CFE_ES_ExitChildTask
nasa/cFE#1902, Incorrect OSAL Format in Users Guide Reference
nasa/cFE#1884, Improve FS coverage
nasa/cFE, Improve MSG branch coverage
nasa/cFE#1891, Improve resource ID branch coverage
nasa/cFE#1894, Improve SBR branch coverage
nasa/cFE#1896, Fix #1895, Improve TIME branch coverage
nasa/cFE#1904, Improve TBL code coverage
nasa/cFE#1864, Support custom PSP directory
nasa/cFE#1913, Update time tests to use bitmask check macros
nasa/cFE#1923, remove extra word in comment

*osal*

nasa/osal#1136, add bitmask assert macros

*cFS-GroundSystem*

nasa/cFS-GroundSystem#190, Fix #189, Virtualenv and Pipenv .gitignore support
nasa/cFS-GroundSystem#194, Fix doc, comment, and message typos

Co-authored-by: Jacob Hageman           <[email protected]>
Co-authored-by: Joseph Hickey           <[email protected]>
Co-authored-by: Alex Campbell           <[email protected]>
Co-authored-by: Ariel Adams             <[email protected]>
Co-authored-by: Jose F Martinez Pedraza <[email protected]>
Co-authored-by: Avi                     <[email protected]>
Co-authored-by: Paul                    <[email protected]>
@skliper skliper added this to the 7.0.0 milestone Sep 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CCB:Approved Indicates code review and approval by community CCB coverage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TBL coverage - add check for CRC update and confirm notification of other apps for CFE_TBL_Modified
5 participants