multipath-tcp / mptcpd

mptcpd is a daemon for Linux that performs Multipath TCP path management related operations in the user space 😈
https://mptcpd.mptcp.dev/
BSD 3-Clause "New" or "Revised" License
169 stars 36 forks source link

tests: Skip listener manager test if no MPTCP. #272

Closed ossama-othman closed 1 year ago

ossama-othman commented 1 year ago

The mptcpd listener manager will fail with a "Protocol not supported" error when run against Linux kernels that do not support MPTCP. Skip the test rather than fail with an error if MPTCP support isn't available.

Fixes #271.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3736105594


Files with Coverage Reduction New Missed Lines %
src/path_manager.c 7 20.19%
<!-- Total: 7 -->
Totals Coverage Status
Change from base Build 3490580438: -0.2%
Covered Lines: 1394
Relevant Lines: 2152

💛 - Coveralls