mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Tests updates for recent open/close log change.
This commit is contained in:
parent
c66c6d7c46
commit
767a792148
4 changed files with 9 additions and 11 deletions
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# @TEST-EXEC: bro -b %INPUT
|
||||
# @TEST-EXEC: cat ssh.log | egrep -v '#start|#end' >ssh.log.tmp && mv ssh.log.tmp ssh.log
|
||||
# @TEST-EXEC: cat ssh.log | egrep -v '#open|#close' >ssh.log.tmp && mv ssh.log.tmp ssh.log
|
||||
# @TEST-EXEC: btest-diff ssh.log
|
||||
|
||||
redef LogAscii::separator = "||";
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
# @TEST-EXEC: btest-bg-run receiver bro -B threading,logging --pseudo-realtime %INPUT ../receiver.bro
|
||||
# @TEST-EXEC: btest-bg-wait -k 10
|
||||
# @TEST-EXEC: btest-diff receiver/test.log
|
||||
# @TEST-EXEC: cat receiver/test.log | egrep -v '#start|#end' >r.log
|
||||
# @TEST-EXEC: cat sender/test.log | egrep -v '#start|#end' >s.log
|
||||
# @TEST-EXEC: cat receiver/test.log | egrep -v '#open|#close' >r.log
|
||||
# @TEST-EXEC: cat sender/test.log | egrep -v '#open|#close' >s.log
|
||||
# @TEST-EXEC: cmp r.log s.log
|
||||
|
||||
# Remote version testing all types.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue