zeek/testing
Robin Sommer 6f44fffcea Starting a small framework for doing regression testing with larger
traces and more complex Bro configurations.

That's "Type 2" in the terminology of
http://www-new.bro-ids.org/devel/projects/testing.html

This leverages btest as well and will replace the set of scripts that
the old private test-suite is using. It can accomodate tests with both
public and private traces.

This is a checkpoint commmit, not much there yet in terms of actual
testing. Also still need to figure out a mechanmism to allow for
different baselines based on which branch we're testing.
2011-06-30 16:55:45 -07:00
..
btest Update the generated script doc organization. 2011-06-30 16:58:20 -05:00
external Starting a small framework for doing regression testing with larger 2011-06-30 16:55:45 -07:00
README Starting a small framework for doing regression testing with larger 2011-06-30 16:55:45 -07:00

This directory contains suites for testing for Bro's correct
operation:

    btest/
        An ever-growing set of small unit tests testing Bro's
        functionality.

    external/ A framework for downloading additional test sets that
        run more complex Bro configuration on large traces files. Due
        to the size, these are not included directly. See the README
        for more information.