aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource/options_test.go
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-02-08 08:47:37 +0100
committerDmitry Vyukov <dvyukov@google.com>2021-02-12 18:09:14 +0100
commit98682e5e2aefc9aad61354f4f3ac93be96002a2a (patch)
tree04d0977ddcf677cc32fe7c8376e79765058406be /pkg/csource/options_test.go
parent394d4bf77bc71747a74968f49ef153a8c9ff0cd4 (diff)
sys/linux: add ieee802154 descriptions
Diffstat (limited to 'pkg/csource/options_test.go')
-rw-r--r--pkg/csource/options_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/csource/options_test.go b/pkg/csource/options_test.go
index cd247fada..758e91ea1 100644
--- a/pkg/csource/options_test.go
+++ b/pkg/csource/options_test.go
@@ -250,6 +250,7 @@ func TestParseFeaturesFlags(t *testing.T) {
"usb": true,
"vhci": true,
"wifi": true,
+ "ieee802154": true,
"sysctl": true,
}},
{"none", "none", false, map[string]bool{}},
@@ -264,6 +265,7 @@ func TestParseFeaturesFlags(t *testing.T) {
"usb": true,
"vhci": true,
"wifi": true,
+ "ieee802154": true,
"sysctl": true,
}},
{"", "none", true, map[string]bool{}},
@@ -279,6 +281,7 @@ func TestParseFeaturesFlags(t *testing.T) {
"usb": true,
"vhci": true,
"wifi": true,
+ "ieee802154": true,
"sysctl": true,
}},
{"tun,net_dev", "none", true, map[string]bool{
@@ -294,6 +297,7 @@ func TestParseFeaturesFlags(t *testing.T) {
"usb": true,
"vhci": true,
"wifi": true,
+ "ieee802154": true,
"sysctl": true,
}},
{"close_fds", "none", true, map[string]bool{