pf tests: Only log critical errors from scapy

See a26e895f3d. Silence these new tests as
well.

MFC after:	1 week
Sponsored by:	Rubicon Communications, LLC ("Netgate")
This commit is contained in:
Kristof Provost 2021-05-26 13:07:50 +02:00
parent 3032c35388
commit 9d0bc96ef8

View file

@ -27,6 +27,8 @@
import argparse
import os
import logging
logging.getLogger("scapy").setLevel(logging.CRITICAL)
import scapy.all as sp
import sys
import time