mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
btest/cluster: Testing cleanup
This commit is contained in:
parent
63723cd9e3
commit
2a6beae50b
2 changed files with 0 additions and 5 deletions
|
@ -29,8 +29,6 @@
|
|||
@load ./zeromq-test-bootstrap
|
||||
redef exit_only_after_terminate = T;
|
||||
|
||||
global event_count = 0;
|
||||
|
||||
global ping: event(msg: string, c: count) &is_used;
|
||||
global pong: event(msg: string, c: count) &is_used;
|
||||
|
||||
|
|
|
@ -30,9 +30,6 @@
|
|||
@load ./zeromq-test-bootstrap
|
||||
redef exit_only_after_terminate = T;
|
||||
|
||||
global expected_ping_count = 100;
|
||||
global ping_count = 0;
|
||||
|
||||
event zeek_init()
|
||||
{
|
||||
Cluster::subscribe("/test/pings");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue