mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adapt zeek-aux btests to zeek structure
This updates Baselines, changes paths to scripts and log files, adds TEST-DOC annotations, and various other cleanups that make the zeek-aux tests more like the rest of the zeek tests.
This commit is contained in:
parent
7887451a66
commit
d7ba381d12
61 changed files with 311 additions and 326 deletions
|
@ -1,10 +1,9 @@
|
|||
# Test zeek-cut with time conversion when a time field is optional and no value
|
||||
# is set.
|
||||
# @TEST-DOC: Test zeek-cut with time conversion when a time field is optional and no value is set.
|
||||
#
|
||||
|
||||
# @TEST-EXEC: cat $LOGS/time-optional.log | zeek-cut -u > out 2>&1
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-time-zone btest-diff out
|
||||
# @TEST-EXEC: cat ${ZEEK_AUX_LOGS}/time-optional.log | zeek-cut -u > out 2>&1
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/zeek-aux/diff-time-zone btest-diff out
|
||||
|
||||
# File has a non-default unset field string.
|
||||
# @TEST-EXEC: cat $LOGS/unset-field.log | zeek-cut -u > out2 2>&1
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-time-zone btest-diff out2
|
||||
# @TEST-EXEC: cat ${ZEEK_AUX_LOGS}/unset-field.log | zeek-cut -u > out2 2>&1
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/zeek-aux/diff-time-zone btest-diff out2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue