zeek/testing/btest/bifs/get_dns_stats.test
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

9 lines
220 B
Plaintext

# @TEST-DOC: With FAKE_DNS mode caching is disabled, so testing is difficult, invoke the bif once at least.
# @TEST-EXEC: zeek -b %INPUT >out
# @TEST-EXEC: btest-diff out
event zeek_init()
{
print get_dns_stats();
}