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

Commits on Mar 22, 2024

  1. packetdrill: run_all: add --tap <DIR> option

    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 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d066213 View commit details
    Browse the repository at this point in the history