mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
Tiny bit of cleanup and adapting the new test.
This commit is contained in:
parent
bced60f7a8
commit
a927189bdb
2 changed files with 5 additions and 7 deletions
|
@ -2,7 +2,7 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/dnp3/dnp3_link_only.pcap %DIR/events.bro >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: cat output | awk '{print $1}' | sort | uniq | wc -l >covered
|
||||
# @TEST-EXEC: cat ${DIST}/src/event.bif | grep "^event dnp3_" | wc -l >total
|
||||
# @TEST-EXEC: cat ${DIST}/src/analyzer/protocol/dnp3/events.bif | grep "^event dnp3_" | wc -l >total
|
||||
# @TEST-EXEC: echo `cat covered` of `cat total` events triggered by trace >coverage
|
||||
# @TEST-EXEC: btest-diff coverage
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue