Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108592049
D38406.id116618.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
845 B
Referenced Files
None
Subscribers
None
D38406.id116618.diff
View Options
Index: tests/sys/net/if_wg.sh
===================================================================
--- tests/sys/net/if_wg.sh
+++ tests/sys/net/if_wg.sh
@@ -42,7 +42,7 @@
local epair pri1 pri2 pub1 pub2 wg1 wg2
local endpoint1 endpoint2 tunnel1 tunnel2
- kldload -n if_wg
+ kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
pri1=$(wg genkey)
pri2=$(wg genkey)
@@ -111,7 +111,7 @@
local epair pri1 pub1 wg1
local endpoint1 tunnel1
- kldload -n if_wg
+ kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
pri1=$(wg genkey)
@@ -152,7 +152,7 @@
local epair pri1 pub1 pri2 wg1 wg2
local endpoint1 tunnel1
- kldload -n if_wg
+ kldload -n if_wg || atf_skip "This test requires if_wg and could not load it"
pri1=$(wg genkey)
pri2=$(wg genkey)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 5:56 PM (6 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16202351
Default Alt Text
D38406.id116618.diff (845 B)
Attached To
Mode
D38406: Skip if_wg regression test if module doesn't exist
Attached
Detach File
Event Timeline
Log In to Comment