mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 06:39:32 -04:00
Split netinet shell tests into one per line.
This makes diffs when adding or removing tests easier to read. While here, sort the list of tests. Reviewed by: kevans, melifaro, asomers, markj, emaste Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D36908
This commit is contained in:
parent
31bfa27894
commit
9e0aaedd70
1 changed files with 10 additions and 1 deletions
|
|
@ -14,7 +14,16 @@ ATF_TESTS_C= ip_reass_test \
|
|||
tcp_connect_port_test \
|
||||
tcp_md5_getsockopt
|
||||
|
||||
ATF_TESTS_SH= carp fibs fibs_test redirect divert forward output lpm arp
|
||||
ATF_TESTS_SH= arp \
|
||||
carp \
|
||||
divert \
|
||||
fibs \
|
||||
fibs_test \
|
||||
forward \
|
||||
lpm \
|
||||
output \
|
||||
redirect
|
||||
|
||||
TEST_METADATA.output+= required_programs="python"
|
||||
TEST_METADATA.tcp6_v4mapped_bind_test+= is_exclusive="true"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue