mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00

- Control framework is for runtime control of Bro instances. It was extracted from BroControl and made more generic. - Tests for cluster frameworks and control framework. - Small fix for btest.cfg - Fixed a bug in the cluster framework that was causing things to break.
18 lines
558 B
INI
18 lines
558 B
INI
[btest]
|
|
TestDirs = doc bifs language core policy istate
|
|
TmpDir = %(testbase)s/.tmp
|
|
BaselineDir = %(testbase)s/Baseline
|
|
IgnoreDirs = .svn CVS .tmp
|
|
IgnoreFiles = *.tmp *.swp #* *.trace
|
|
|
|
[environment]
|
|
BROPATH=`bash -c %(testbase)s/../../build/bro-path-dev`
|
|
BRO_SEED_FILE=%(testbase)s/random.seed
|
|
TZ=UTC
|
|
LC_ALL=C
|
|
PATH=%(testbase)s/../../build/src:%(testbase)s/../../aux/btest:%(default_path)s
|
|
TRACES=%(testbase)s/Traces
|
|
SCRIPTS=%(testbase)s/../scripts
|
|
DIST=%(testbase)s/../..
|
|
BUILD=%(testbase)s/../../build
|
|
TEST_DIFF_CANONIFIER=$SCRIPTS/diff-canonifier
|