zeek/testing/external/scripts/testing-setup.zeek
2019-05-16 02:27:54 -05:00

14 lines
323 B
Text

# Sets some testing specific options.
@load external-ca-list
@ifdef ( SMTP::never_calc_md5 )
# MDD5s can depend on libmagic output.
redef SMTP::never_calc_md5 = T;
@endif
@ifdef ( LogAscii::use_json )
# Don't start logging everything as JSON.
# (json-logs.zeek activates this).
redef LogAscii::use_json = F;
@endif