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:
parent
3032c35388
commit
9d0bc96ef8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user