Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@kstribrnAmzn
Copy link
Member

Description

The version of uncrustify we are running is only available on Ubuntu 20.04 (see package).

Kernel unit tests are also switched, which is inspired by this change in the kernel repo.

Test Steps

Pushed commit, successfully ran CI.

Related Issue

None

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@kstribrnAmzn kstribrnAmzn requested a review from a team as a code owner November 18, 2022 19:03
paulbartell
paulbartell previously approved these changes Nov 18, 2022
@kstribrnAmzn
Copy link
Member Author

Python manifest has version for Ubuntu 20.04 only (not 22.xx)

      {
        "filename": "python-3.7.10-linux-20.04-x64.tar.gz",
        "arch": "x64",
        "platform": "linux",
        "platform_version": "20.04",
        "download_url": "https://github.com/actions/python-versions/releases/download/3.7.10-99135/python-3.7.10-linux-20.04-x64.tar.gz"
      }

I'll need to move the core checks to Ubuntu 20.04

@paulbartell paulbartell merged commit 80e7b58 into FreeRTOS:main Nov 18, 2022
moninom1 pushed a commit to moninom1/FreeRTOS that referenced this pull request Jun 27, 2023
* TCP_State_Handling_IPV6 basic UT framework

* Add input check in function.

* Add unit test for TCP_State_Handling_IPV6

* Update Monika's comment
moninom1 pushed a commit to moninom1/FreeRTOS that referenced this pull request Jun 27, 2023
* Add Unit Tests for coverage for FreeRTOS_DNS_Parser

* Fix CI errors

* Remove pxNewBuffer in TreatNBNS API

* [IPv6] Add Unit Test for FreeRTOS_Sockets & FreeRTOS_IPv4_Sockets. (FreeRTOS#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

* [IPv6] Add Unit Test for FreeRTOS_TCP_State_Handling & FreeRTOS_TCP_State_Handling_IPV4 (FreeRTOS#872)

* Add FreeRTOS_TCP_State_Handling_IPV4 UT framework

* Add test case description & file format

* prvHandleListen_IPV4

* prvHandleListen

* Fix UT description

* prvHandleListen_IPV4 full coverage

* prvHandleSynReceived

* full coverage

* Remove redundant include

* Code beautify

* Spelling

* File formatting

* Remove unnecessary buffer.

* [IPv6] Add Unit Test for FreeRTOS_TCP_State_Handling_IPV6 (FreeRTOS#875)

* TCP_State_Handling_IPV6 basic UT framework

* Add input check in function.

* Add unit test for TCP_State_Handling_IPV6

* Update Monika's comment

* Add file format changes

* Uncrustify: triggered by comment.

* Force push

---------

Co-authored-by: ActoryOu <[email protected]>
Co-authored-by: GitHub Action <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants