aboutsummaryrefslogtreecommitdiff
path: root/tests/sys/netinet6/mld.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sys/netinet6/mld.py')
-rw-r--r--tests/sys/netinet6/mld.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/sys/netinet6/mld.py b/tests/sys/netinet6/mld.py
index b1fcf2f8e50a..1f43cee5d6ad 100644
--- a/tests/sys/netinet6/mld.py
+++ b/tests/sys/netinet6/mld.py
@@ -29,6 +29,8 @@
#
import argparse
+import logging
+logging.getLogger("scapy").setLevel(logging.CRITICAL)
import scapy.all as sp
import socket
import sys