zeek/testing/btest/scripts/policy/protocols/conn/known-services-multi.zeek
Arne Welzel 654fd9c7da Remove @load base/frameworks/dpd from tests
Now that it's loaded in bare mode, no need to load it explicitly.

The main thing that tests were relying on seems to be tracking of
c$service for conn.log baselines. Very few were actually checking
for dpd.log
2022-08-31 17:00:55 +02:00

9 lines
337 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 protocols/conn/known-services