Merge remote-tracking branch 'origin/topic/vern/global-stmts'

* origin/topic/vern/global-stmts:
  whitespace adjustment
  "balance" tests with multiple Zeek scripts to load the same elements
  put global statements into a quasi-function to support script optimization
This commit is contained in:
Jon Siwek 2021-03-29 15:42:25 -07:00
commit c033bd20aa
8 changed files with 42 additions and 5 deletions

View file

@ -9,6 +9,7 @@
@TEST-START-FILE send.zeek
@load base/frameworks/netcontrol
@load base/frameworks/broker
redef exit_only_after_terminate = T;
global have_peer = F;

View file

@ -82,6 +82,7 @@ event OpenFlow::flow_mod_failure(name: string, match: OpenFlow::ofp_match, flow_
@TEST-START-FILE recv.zeek
@load base/protocols/conn
@load base/frameworks/openflow
redef exit_only_after_terminate = T;