mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Remove @load base/frameworks/dpd from tests
Now that it's loaded in bare mode, no need to load it explicitly. The main thing that tests were relying on seems to be tracking of c$service for conn.log baselines. Very few were actually checking for dpd.log
This commit is contained in:
parent
9e7f2a04c1
commit
654fd9c7da
42 changed files with 0 additions and 42 deletions
|
@ -7,7 +7,6 @@
|
|||
@load base/protocols/conn
|
||||
@load base/protocols/dns
|
||||
@load base/protocols/ssh
|
||||
@load base/frameworks/dpd
|
||||
|
||||
redef Analyzer::disabled_analyzers += { Analyzer::ANALYZER_SSH };
|
||||
|
||||
|
|
|
@ -8,7 +8,6 @@ DPD::ignore_violations Analyzer::ANALYZER_SYSLOG
|
|||
@TEST-END-FILE
|
||||
|
||||
@load base/frameworks/config
|
||||
@load base/frameworks/dpd
|
||||
|
||||
redef exit_only_after_terminate = T;
|
||||
redef InputConfig::empty_field = "EMPTY";
|
||||
|
|
|
@ -12,4 +12,3 @@
|
|||
@load base/protocols/http
|
||||
@load base/protocols/dns
|
||||
@load base/protocols/conn
|
||||
@load base/frameworks/dpd
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
@load base/protocols/conn
|
||||
@load base/protocols/smtp
|
||||
@load base/protocols/dns
|
||||
@load base/frameworks/dpd
|
||||
@load base/frameworks/netcontrol
|
||||
|
||||
event NetControl::init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue