mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

- Use `-b` most everywhere, it will save time. - Start some intel tests upon the input file being fully read instead of at an arbitrary time. - Improve termination condition for some sumstats/cluster tests. - Filter uninteresting output from some supervisor tests. - Test for `notice_policy.log` is no longer needed.
22 lines
927 B
Text
22 lines
927 B
Text
# @TEST-EXEC: zeek -b -C -r $TRACES/tls/heartbleed.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-heartbleed.log
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/tls/heartbleed-success.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-heartbleed-success.log
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/tls/heartbleed-encrypted.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-encrypted.log
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/tls/heartbleed-encrypted-success.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-encrypted-success.log
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/tls/heartbleed-encrypted-short.pcap %INPUT
|
|
# @TEST-EXEC: mv notice.log notice-encrypted-short.log
|
|
|
|
# @TEST-EXEC: btest-diff notice-heartbleed.log
|
|
# @TEST-EXEC: btest-diff notice-heartbleed-success.log
|
|
# @TEST-EXEC: btest-diff notice-encrypted.log
|
|
# @TEST-EXEC: btest-diff notice-encrypted-success.log
|
|
# @TEST-EXEC: btest-diff notice-encrypted-short.log
|
|
|
|
@load protocols/ssl/heartbleed
|