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

@ -10,7 +10,7 @@ event bt_tracker_request(c: connection, uri: string, headers: bt_tracker_headers
print c$id, uri, headers;
}
@TEST-START-FILE bittorrent.sig
# @TEST-START-FILE bittorrent.sig
# Reusing the old Bro 1.5 signatures here.
@ -42,4 +42,4 @@ signature dpd_bittorrent_peer2 {
enable "bittorrent"
}
@TEST-END-FILE
# @TEST-END-FILE

View file

@ -12,12 +12,12 @@
# @TEST-EXEC: btest-diff manager-1/.stdout
# @TEST-EXEC: btest-diff manager-1/dhcp.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
@load base/protocols/dhcp
@load base/frameworks/broker

View file

@ -6,6 +6,6 @@
redef SOCKS::default_capture_password = T;
@TEST-START-NEXT
# @TEST-START-NEXT
@load base/protocols/socks