From bc320cd01198b89d683b5a47be3d887c3ed1cc2d Mon Sep 17 00:00:00 2001
From: Martine Lenders <m.lenders@fu-berlin.de>
Date: Mon, 6 Aug 2018 14:49:36 +0200
Subject: [PATCH] tests/gnrc_netif: disable NDP emissions

This test doesn't test NDP behavior so emissions of NDP neighbor and
router solicitations is more harming than helpful. Because of that I
disabled it for this test.
---
 tests/gnrc_netif/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/gnrc_netif/Makefile b/tests/gnrc_netif/Makefile
index 7ec9bc56a4..8492c657f2 100644
--- a/tests/gnrc_netif/Makefile
+++ b/tests/gnrc_netif/Makefile
@@ -21,6 +21,10 @@ USEMODULE += netdev_ieee802154
 USEMODULE += netdev_test
 USEMODULE += od
 
+# deactivate automatically emitted packets from IPv6 neighbor discovery
+CFLAGS += -DGNRC_IPV6_NIB_CONF_ARSM=0
+CFLAGS += -DGNRC_IPV6_NIB_CONF_SLAAC=0
+CFLAGS += -DGNRC_IPV6_NIB_CONF_NO_RTR_SOL=1
 CFLAGS += -DGNRC_NETIF_NUMOF=4
 CFLAGS += -DGNRC_NETIF_ADDRS_NUMOF=16
 CFLAGS += -DGNRC_NETIF_GROUPS_NUMOF=8
-- 
GitLab