btest: Use Broker for Broker specific tests

Now that Cluster::backend defaults to NONE by default, some tests won't
just work anymore for various reasons (mostly due to the logging
framework not sending log writes to broker anymore).

Load the new frameworks/cluster/backend/broker package for these to keep them
functional. Also add the @load to the common broker/cluster-layout.zeek file
to avoid changing all of the files that use that layout.
This commit is contained in:
Arne Welzel 2025-09-25 16:34:19 +02:00
parent 1570dd6a96
commit 5a10772b7d
13 changed files with 27 additions and 2 deletions

View file

@ -17,6 +17,9 @@
# @TEST-START-FILE common.zeek
@load base/frameworks/notice/weird
# Ensure logging is done via Broker
@load frameworks/cluster/backend/broker
module Test;
# Disable the string and container length filtering.