diff mbox series

tests: enable macsec testing by default

Message ID 20200331180900.18693-1-thomas@adapt-ip.com
State Accepted
Headers show
Series tests: enable macsec testing by default | expand

Commit Message

Thomas Pedersen March 31, 2020, 6:09 p.m. UTC
Include support for macsec testing in the (vm) kernel by
default.

Don't include support in the example hostapd or
wpa_supplicant configs yet since we'll potentially break
the build on older distributions like Ubuntu 16.04, which
is supported until April 2021.

Signed-off-by: Thomas Pedersen <thomas@adapt-ip.com>
---
 tests/hwsim/vm/kernel-config | 3 +++
 1 file changed, 3 insertions(+)

Comments

Jouni Malinen April 4, 2020, 9:12 p.m. UTC | #1
On Tue, Mar 31, 2020 at 11:09:00AM -0700, Thomas Pedersen wrote:
> Include support for macsec testing in the (vm) kernel by
> default.
> 
> Don't include support in the example hostapd or
> wpa_supplicant configs yet since we'll potentially break
> the build on older distributions like Ubuntu 16.04, which
> is supported until April 2021.

Thanks, applied.
diff mbox series

Patch

diff --git a/tests/hwsim/vm/kernel-config b/tests/hwsim/vm/kernel-config
index 503815917d12..2aff20af49ad 100644
--- a/tests/hwsim/vm/kernel-config
+++ b/tests/hwsim/vm/kernel-config
@@ -12,6 +12,7 @@  CONFIG_TASK_DELAY_ACCT=y
 CONFIG_TASK_XACCT=y
 CONFIG_TASK_IO_ACCOUNTING=y
 CONFIG_LOG_BUF_SHIFT=21
+CONFIG_NAMESPACES=y
 # CONFIG_FHANDLE is not set
 CONFIG_EMBEDDED=y
 # CONFIG_COMPAT_BRK is not set
@@ -98,6 +99,8 @@  CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
 # CONFIG_BLK_DEV is not set
 CONFIG_NETDEVICES=y
 CONFIG_DUMMY=y
+CONFIG_MACSEC=y
+CONFIG_VETH=y
 # CONFIG_ETHERNET is not set
 CONFIG_MAC80211_HWSIM=y
 # CONFIG_INPUT_KEYBOARD is not set