mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
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.
This commit is contained in:
parent
e87e2ad96e
commit
6f44fffcea
13 changed files with 191 additions and 10 deletions
2
testing/external/scripts/test.skeleton
vendored
Normal file
2
testing/external/scripts/test.skeleton
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
@TEST-EXEC: bro -r $TRACES/trace.pcap mt
|
||||
@TEST-EXEC: for i in *.log; do btest-diff $i; done
|
Loading…
Add table
Add a link
Reference in a new issue