mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
![]() "conn-id.bro" was the name of a script in the policy/ directory that conn.bro expected to @load, but when the unit test was also named "conn-id.bro", it would be loaded twice during the test (once from conn.bro and once as a command line argument to bro). This means two event handlers were registered in error and the baseline output contained duplicate lines that can be removed. |
||
---|---|---|
.. | ||
btest | ||
README |
This directory contains some of the suites for testing for Bro's correct operation: 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.)