Summary: | net/tcptestsuite: Update to latest version | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Olivier Cochard <olivier> | ||||||||||
Component: | Individual Port(s) | Assignee: | George V. Neville-Neil <gnn> | ||||||||||
Status: | Closed FIXED | ||||||||||||
Severity: | Affects Some People | Flags: | bugzilla:
maintainer-feedback?
(gnn) |
||||||||||
Priority: | --- | ||||||||||||
Version: | Latest | ||||||||||||
Hardware: | Any | ||||||||||||
OS: | Any | ||||||||||||
Attachments: |
|
Created attachment 232686 [details]
patch to update to latest version
Forgot to update the ATF script in the previous patch
Created attachment 232846 [details]
patch to update to latest version
Forgot to add the new test suite tcp-over-udp
Created attachment 232878 [details]
patch to update to latest version
Update to 20220401 (fix timeout issue for 2 tests)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=db0468e5782643e9c43805c4a84daf9d54fd3f61 commit db0468e5782643e9c43805c4a84daf9d54fd3f61 Author: Olivier Cochard <olivier@FreeBSD.org> AuthorDate: 2022-04-20 16:11:05 +0000 Commit: Olivier Cochard <olivier@FreeBSD.org> CommitDate: 2022-04-20 16:16:07 +0000 net/tcptestsuite: Update to 20220401 PR: 262769 Approved by: maintainer-timeout Sponsored by: Netflix net/tcptestsuite/Makefile | 8 +- net/tcptestsuite/distinfo | 6 +- net/tcptestsuite/files/tcptestsuite_atf_test | 4278 +++++++++++++++++++++----- net/tcptestsuite/pkg-plist | 89 +- 4 files changed, 3553 insertions(+), 828 deletions(-) |
Created attachment 232685 [details] patch Add new tests like TTL/hoplimit and TOS/taffic class. Need PR/262767 (net/packetdrill upgrade) commited first.