kytos-ng / sdntrace

Napp that traces OpenFlow paths in the dataplane
https://kytos-ng.github.io/api/sdntrace.html
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Added TCP and UDP support #80

Closed Alopalao closed 3 weeks ago

Alopalao commented 3 weeks ago

Closes #70

Summary

Added TCP and UDP support over a IPv4 header

Local Tests

Performed some traces. Additionally set up only TCP/UDP matching flow in a topology.

End-to-End Tests

From PR

+ python3 -m pytest tests/test_e2e_40_sdntrace.py --reruns 2 -r fEr
============================= test session starts ==============================
platform linux -- Python 3.11.2, pytest-8.1.1, pluggy-1.5.0
rootdir: /tests
plugins: rerunfailures-13.0, timeout-2.2.0, anyio-4.3.0
collected 16 items

tests/test_e2e_40_sdntrace.py ................                           [100%]