Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109404475
D28903.id84570.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D28903.id84570.diff
View Options
Index: tests/sys/netpfil/pf/checksum.sh
===================================================================
--- tests/sys/netpfil/pf/checksum.sh
+++ tests/sys/netpfil/pf/checksum.sh
@@ -32,6 +32,7 @@
{
atf_set descr 'Test unaligned checksum updates'
atf_set require.user root
+ atf_set require.progs python3
}
unaligned_body()
Index: tests/sys/netpfil/pf/dup.sh
===================================================================
--- tests/sys/netpfil/pf/dup.sh
+++ tests/sys/netpfil/pf/dup.sh
@@ -30,10 +30,11 @@
common_dir=$(atf_get_srcdir)/../common
atf_test_case "dup_to" "cleanup"
-do_to_head()
+dup_to_head()
{
atf_set descr 'dup-to test'
atf_set require.user root
+ atf_set require.progs python3
}
dup_to_body()
Index: tests/sys/netpfil/pf/fragmentation.sh
===================================================================
--- tests/sys/netpfil/pf/fragmentation.sh
+++ tests/sys/netpfil/pf/fragmentation.sh
@@ -75,7 +75,7 @@
{
atf_set descr 'IPv6 fragmentation test'
atf_set require.user root
- atf_set require.progs scapy
+ atf_set require.progs "scapy python3"
}
v6_body()
Index: tests/sys/netpfil/pf/icmp.sh
===================================================================
--- tests/sys/netpfil/pf/icmp.sh
+++ tests/sys/netpfil/pf/icmp.sh
@@ -34,7 +34,7 @@
{
atf_set descr 'Test CVE-2019-5598'
atf_set require.user root
- atf_set require.progs scapy
+ atf_set require.progs "scapy python3"
}
cve_2019_5598_body()
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Feb 5, 3:34 PM (17 h, 32 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16476475
Default Alt Text
D28903.id84570.diff (1 KB)
Attached To
Mode
D28903: tests/sys/netpfil/pf: Add missing python3 requirements
Attached
Detach File
Event Timeline
Log In to Comment