From 98682e5e2aefc9aad61354f4f3ac93be96002a2a Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 8 Feb 2021 08:47:37 +0100 Subject: sys/linux: add ieee802154 descriptions --- pkg/csource/options_test.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkg/csource/options_test.go') 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{ -- cgit mrf-deployment