mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +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.
15 lines
497 B
Text
15 lines
497 B
Text
# A basic test of the speculative service detection
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/http/http-post-large.pcap %INPUT
|
|
# @TEST-EXEC: mv conn.log conn-post-large.log
|
|
# @TEST-EXEC: btest-diff conn-post-large.log
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/wikipedia.trace %INPUT
|
|
# @TEST-EXEC: mv conn.log conn-wiki.log
|
|
# @TEST-EXEC: btest-diff conn-wiki.log
|
|
|
|
@load base/protocols/conn
|
|
@load base/protocols/dns
|
|
@load base/protocols/http
|
|
@load base/frameworks/dpd
|
|
@load protocols/conn/speculative-service
|