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

This commit is contained in:
Arne Welzel 2025-04-17 15:32:11 +02:00
parent 2f0be32f5f
commit 85b8c8866b
311 changed files with 1272 additions and 1272 deletions

View file

@ -6,7 +6,7 @@
# @TEST-EXEC: btest-diff recv/recv.out
# @TEST-EXEC: btest-diff send/send.out
@TEST-START-FILE send.zeek
# @TEST-START-FILE send.zeek
@load base/protocols/conn
@load base/frameworks/openflow
@ -78,9 +78,9 @@ event OpenFlow::flow_mod_failure(name: string, match: OpenFlow::ofp_match, flow_
got_message();
}
@TEST-END-FILE
# @TEST-END-FILE
@TEST-START-FILE recv.zeek
# @TEST-START-FILE recv.zeek
@load base/protocols/conn
@load base/frameworks/openflow
@ -115,5 +115,5 @@ event OpenFlow::broker_flow_clear(name: string, dpid: count)
print "flow_clear", dpid;
}
@TEST-END-FILE
# @TEST-END-FILE

View file

@ -6,12 +6,12 @@
# @TEST-EXEC: btest-bg-wait 45
# @TEST-EXEC: btest-diff manager-1/openflow.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"],
};
@TEST-END-FILE
# @TEST-END-FILE
redef Log::default_rotation_interval = 0secs;
#redef exit_only_after_terminate = T;