mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18: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.
10 lines
363 B
Text
10 lines
363 B
Text
# A test case for when more than a single service is detected for a given
|
|
# (addr, port) pair.
|
|
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/ssl-and-ssh-using-sslh.trace %INPUT "Known::service_tracking = ALL_HOSTS"
|
|
# @TEST-EXEC: btest-diff known_services.log
|
|
|
|
@load base/protocols/ssh
|
|
@load base/protocols/ssl
|
|
@load base/frameworks/dpd
|
|
@load protocols/conn/known-services
|