mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 11:08:20 +00:00
testing/btest/*zeek: Comment all @TEST lines
This commit is contained in:
parent
2f0be32f5f
commit
85b8c8866b
311 changed files with 1272 additions and 1272 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -6,6 +6,6 @@
|
|||
|
||||
redef SOCKS::default_capture_password = T;
|
||||
|
||||
@TEST-START-NEXT
|
||||
# @TEST-START-NEXT
|
||||
|
||||
@load base/protocols/socks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue