Page MenuHomeFreeBSD

pf tests: Stress state retrieval
ClosedPublic

Authored by kp on Jun 29 2021, 7:38 PM.
Tags
None
Referenced Files
F81671858: D30943.diff
Fri, Apr 19, 5:53 PM
Unknown Object (File)
Feb 10 2024, 5:02 AM
Unknown Object (File)
Dec 23 2023, 1:17 AM
Unknown Object (File)
Dec 14 2023, 10:17 PM
Unknown Object (File)
Dec 14 2023, 8:24 AM
Unknown Object (File)
Nov 16 2023, 7:28 PM
Unknown Object (File)
Nov 6 2023, 8:53 PM
Unknown Object (File)
Oct 10 2023, 1:10 PM

Details

Summary

Create and retrieve 20.000 states. There have been issues with nvlists
causing very slow state retrieval. We don't impose a specific limit on
the time required to retrieve the states, but do log it. In excessive
cases the Kyua timeout will fail this test.

MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40170
Build 37059: arc lint + arc unit

Event Timeline

kp requested review of this revision.Jun 29 2021, 7:38 PM
donner added a subscriber: donner.
donner added inline comments.
tests/sys/netpfil/pf/get_state.sh
34

require python?

This revision is now accepted and ready to land.Jun 30 2021, 3:18 PM
tests/sys/netpfil/pf/get_state.sh
34

That's implicit in atf_set require.progs scapy

tests/sys/netpfil/pf/get_state.sh
34

Oh, fine.

This revision was automatically updated to reflect the committed changes.