mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
pf tests: fix sctp:timeout test
The test body somehow wound up in the cleanup function.
MFC after: 1 week
Sponsored by: Rubicon Communications, LLC ("Netgate")
(cherry picked from commit fe0c82a603)
This commit is contained in:
parent
a6bd9da1cd
commit
83d88cf570
1 changed files with 5 additions and 5 deletions
|
|
@ -666,11 +666,6 @@ timeout_head()
|
|||
timeout_body()
|
||||
{
|
||||
sctp_init
|
||||
}
|
||||
|
||||
timeout_cleanup()
|
||||
{
|
||||
pft_cleanup
|
||||
|
||||
vnet_mkjail timeout
|
||||
|
||||
|
|
@ -687,6 +682,11 @@ timeout_cleanup()
|
|||
jexec timeout pfctl -st
|
||||
}
|
||||
|
||||
timeout_cleanup()
|
||||
{
|
||||
pft_cleanup
|
||||
}
|
||||
|
||||
atf_init_test_cases()
|
||||
{
|
||||
atf_add_test_case "basic_v4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue