mptcp_net-next icon indicating copy to clipboard operation
mptcp_net-next copied to clipboard

Compile and run mptcp bpf selftests in CI

Open geliangtang opened this issue 1 year ago • 1 comments

We need to add mptcp bpf selftests in CI together with other selftests too.

Compile bpf selftests: cd tools/testing/selftests/bpf && make

Run mptcp bpf selftests: ./test_progs -t mptcp

geliangtang avatar May 31 '23 09:05 geliangtang

remaining task: integrate that in GitHub Action → I'm working on that.

matttbe avatar Feb 14 '24 17:02 matttbe

remaining task: integrate that in GitHub Action → I'm working on that.

Done: 71a9e1d223e484148778e2549adbf18a6abecf8a

matttbe avatar Mar 11 '24 09:03 matttbe