mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() - core.load-unload: scripts that get loaded by default changed, so to make the test insensitive to that in the future, I changed the test to just check that the stdout is empty (the @unload'd script would have had output there) - policy.frameworks.logging.rotate-custom: I saw that the ordering of the log postprocessor output caused a failure for me even though the overall content was the same, so it now sorts that part before diff'ing - core.print-bpf-filters-ipv[4|6]: packet-filter log file name changed - policy.protocols.conn.known-services: logging file names changes and local_nets is now in the Site module |
||
---|---|---|
.. | ||
btest | ||
README |
This directory contains some of the suites for testing for Bro's correct operation: btest/ Tests Bro's logging & bundled scripts. See btest/README for more. istate/ Tests Bro's independent state facilities. These include persistent values and inter-process event/value communication. (Note that the Bro developers maintain a separate test suite for Bro's trace analysis capabilities. This is kept private as it uses sensitive raw traces for input.)