Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packetdrill: run_all: add --tap <DIR> option #135

Merged
merged 1 commit into from Mar 22, 2024

Conversation

matttbe
Copy link
Member

@matttbe matttbe commented Mar 22, 2024

This new option will generate simple TAP files in the given directory, for each path managed by packetdrill: the given one, except if -s is passed.

This is particularly useful because the TAP format is used by other test frameworks linked to the kernel: kselftests, kunit, etc. So a CI can easily parse these files to display results in a board, and track regressions per test.

This new option will generate simple TAP files in the given directory,
for each path managed by packetdrill: the given one, except if -s is
passed.

This is particularly useful because the TAP format is used by other test
frameworks linked to the kernel: kselftests, kunit, etc. So a CI can
easily parse these files to display results in a board, and track
regressions per test.

Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org>
@matttbe
Copy link
Member Author

matttbe commented Mar 22, 2024

I suggest to merge it now, so we can directly use it with our CI to have more tests.

@matttbe matttbe merged commit 69f2706 into multipath-tcp:mptcp-net-next Mar 22, 2024
@matttbe matttbe deleted the mptcp-tap-support branch March 22, 2024 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant