ActoryOu
7adc5c3955
[IPv6] Add Unit Test for FreeRTOS_Sockets & FreeRTOS_IPv4_Sockets. ( #870 )
...
* FreeRTOS_IPv4_Sockets UT framework
* Move test cases to IPv4_Sockets
* Fix failing test cases
* File format
* Add IPv6 test cases
* Fix generic API UT build warning
* Fix privates API UT build warning
* Fix TCP API UT build warning
* Fix UDP API UT build warning
* more coverage
* Move IPv46 data structure to FreeRTOS_IP_Common.h
* FreeRTOS_recv
* Change pxTCPSocketLookup input structure
* pxTCPSocketLookup
* Full coverage
* Code beautify
* Remove redundant include
* Fix CI
* Fix comments
* Move static variable to global view
* Sockets: Move stub functions to _stubs.c
* Sockets_DiffConfig formatting
* Sockets_DiffConfig1 formatting
* Sockets_DiffConfig2 formatting
* IPv4_Sockets: formatting
* IPv4_Sockets: Formatting
* Fix coverity
2023-05-26 09:47:43 +08:00
Monika Singh
015686f31f
Fix unit test case for FreeRTOS_Sockets_DiffConfig1 ( #659 )
...
Add changes to fix failing test cases of FreeRTOS_Sockets_DiffConfig1
2023-01-06 17:36:13 +05:30
Tony Josi
d95c33b9bd
Fixes the build issue with unit tests for sockets diff config 1 ( #626 )
...
* Fixed build issues for FreeRTOS_Sockets_DiffConfig_1
* Uncrustify formatting
2022-12-21 09:50:10 +05:30
Aniruddha Kanhere
a4124602cc
Merge changes to main.
...
This commit brings in the refactoring and restructuring changes
from IntegrationTesting1 branch to the main branch.
It also includes additional unit tests for 100% coverage.
The rationale behind not creating a PR is that the conflicts were too
huge to be resolved correctly. Thus, a force push to the main branch is
being done.
2022-05-26 12:42:45 -07:00