mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Set running_under_test for scripts.base.frameworks.logging.telemetry test
This commit is contained in:
parent
07d845b558
commit
00b24b043a
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
|
||||
@load policy/frameworks/telemetry/log
|
||||
|
||||
# Force telemetry output to be sorted for test determinism
|
||||
redef running_under_test = T;
|
||||
|
||||
global http_logs = 0;
|
||||
hook HTTP::log_policy(rec: HTTP::Info, id: Log::ID, filter: Log::Filter)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue