btest/cluster: Prepare for non-Broker default

This commit is contained in:
Arne Welzel 2025-09-24 13:24:49 +02:00
parent 6ce9a33002
commit 8d3a62edc1
2 changed files with 6 additions and 3 deletions

View file

@ -7,6 +7,9 @@
module Cluster;
# Enable the Broker backend.
redef Cluster::backend = Cluster::CLUSTER_BACKEND_BROKER;
event ping1(c: count, how: string) &is_used
{
}