testing/btest/*test: Comment all @TEST lines

This commit is contained in:
Arne Welzel 2025-04-17 15:41:35 +02:00
parent 6617da5bbd
commit 86249db2a3
9 changed files with 46 additions and 46 deletions

View file

@ -13,13 +13,13 @@
# @TEST-EXEC: btest-bg-wait 30
# @TEST-EXEC: btest-diff manager-1/x509.log
@TEST-START-FILE cluster-layout.zeek
# @TEST-START-FILE cluster-layout.zeek
redef Cluster::nodes = {
["manager-1"] = [$node_type=Cluster::MANAGER, $ip=127.0.0.1, $p=to_port(getenv("BROKER_PORT1"))],
["worker-1"] = [$node_type=Cluster::WORKER, $ip=127.0.0.1, $p=to_port(getenv("BROKER_PORT2")), $manager="manager-1"],
["worker-2"] = [$node_type=Cluster::WORKER, $ip=127.0.0.1, $p=to_port(getenv("BROKER_PORT3")), $manager="manager-1"],
};
@TEST-END-FILE
# @TEST-END-FILE
@load base/protocols/ssl
@load base/frameworks/cluster