Page MenuHomeFreeBSD

pf tests: Stress state retrieval
ClosedPublic

Authored by kp on Jun 29 2021, 7:38 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 13, 7:52 PM
Unknown Object (File)
Tue, Apr 7, 10:21 AM
Unknown Object (File)
Tue, Apr 7, 7:34 AM
Unknown Object (File)
Mon, Apr 6, 3:32 PM
Unknown Object (File)
Sat, Apr 4, 5:03 PM
Unknown Object (File)
Sat, Apr 4, 1:39 AM
Unknown Object (File)
Fri, Apr 3, 9:22 PM
Unknown Object (File)
Mon, Mar 30, 9:47 AM

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
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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
35

require python?

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

That's implicit in atf_set require.progs scapy

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

Oh, fine.

This revision was automatically updated to reflect the committed changes.