mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 05:58:20 +00:00
testing/btest/*test: Comment all @TEST lines
This commit is contained in:
parent
6617da5bbd
commit
86249db2a3
9 changed files with 46 additions and 46 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue