You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix TestInetEndPoint to pass even when computer is offline (project-chip#38015)
Description:
- TestInetEndPoint was not hermetic, it required at least one network
interface connected to a link and up.
- There was a comment before to skip tests if the link was not up,
but it was not actually skipping the test. This made it fail for
me when working offline and trying to run unit tests.
Testing done:
- Test passes with and without link up.
* Add debug logs for test inet limits (project-chip#38790)
* Add debug log for endpoint full error
* Also add assertions that no in use items
* Clean up includes
* Fix typo in message
* Setup ipv6 environment in `REPL Tests - Linux` CI job
This change is picked from the PR [project-chip#38845](project-chip#38845)
* Setup ipv6 environment in other places where it's needed
* Add sudo to IPV6 setup commands for proper permissions
* Revert "Add sudo to IPV6 setup commands for proper permissions"
This reverts commit 025cc0c.
* Remove `add-apv6` action from `Build on Linux (python_lib)`
This doesn't work because of permission issues.
* Stop using old ubuntu version (project-chip#37870)
Co-authored-by: Andrei Litvin <[email protected]>
---------
Co-authored-by: Tennessee Carmel-Veilleux <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
Co-authored-by: Andrei Litvin <[email protected]>
0 commit comments