zeek/testing
Robin Sommer cb2cb117d0 Excluding log fields of name mime_type for comparision.
This is because libmagic can return different results depending on
installation.

Note, this still doesn't fix all problems: smtp-entities sets md5
depending on the mime-type returned by libmagic ...
2011-09-09 11:41:03 -07:00
..
btest Merge remote branch 'origin/topic/jsiwek/misc-doc-fixes' 2011-09-08 09:07:20 -07:00
external Bugfix for trace updater. 2011-09-08 19:21:52 -07:00
scripts Excluding log fields of name mime_type for comparision. 2011-09-09 11:41:03 -07:00
Makefile Cleaning up some testing stuff. 2011-07-05 18:47:08 -07:00
README Cleaning up some testing stuff. 2011-07-05 18:47:08 -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 larger traces files. Due to their
        size, these are not included directly. See the README for more
        information. 

    scripts/
        Helpers scripts used by some tests.