Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F110616643
D49005.id151033.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
D49005.id151033.diff
View Options
diff --git a/tests/sys/netinet6/ndp.sh b/tests/sys/netinet6/ndp.sh
--- a/tests/sys/netinet6/ndp.sh
+++ b/tests/sys/netinet6/ndp.sh
@@ -134,7 +134,7 @@
ndp_slaac_default_route_head() {
atf_set descr 'Test default route installation via SLAAC'
atf_set require.user root
- atf_set require.progs "python"
+ atf_set require.progs scapy
}
ndp_slaac_default_route_body() {
@@ -153,7 +153,7 @@
atf_check jexec ${jname} ifconfig ${epair0}a inet6 accept_rtadv
# Send an RA advertising a prefix.
- atf_check -e ignore python $(atf_get_srcdir)/ra.py \
+ atf_check -e ignore python3 $(atf_get_srcdir)/ra.py \
--sendif ${epair0}b \
--dst $(ndp_if_lladdr ${epair0}a ${jname}) \
--src $(ndp_if_lladdr ${epair0}b) \
@@ -172,7 +172,7 @@
jexec ${jname} netstat -rn -6
# Send another RA, make sure that the default route is installed again.
- atf_check -e ignore python $(atf_get_srcdir)/ra.py \
+ atf_check -e ignore python3 $(atf_get_srcdir)/ra.py \
--sendif ${epair0}b \
--dst $(ndp_if_lladdr ${epair0}a ${jname}) \
--src $(ndp_if_lladdr ${epair0}b) \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Feb 21, 11:15 PM (3 h, 3 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16660893
Default Alt Text
D49005.id151033.diff (1 KB)
Attached To
Mode
D49005: netinet6 tests: Add Scapy as a required program
Attached
Detach File
Event Timeline
Log In to Comment