Remove loading of listen.bro in tests that do not need it

Removed the loading of "frameworks/communication/listen" from some
tests that don't need that functionality.  This is to avoid
serializing these tests.
This commit is contained in:
Daniel Thayer 2017-05-24 21:28:56 -05:00
parent 361a5dc2d8
commit e9102f3de4
3 changed files with 6 additions and 3 deletions

View file

@ -14,7 +14,7 @@
192.168.128.0/18 Intel::SUBNET source1 this subnetwork might be baaad http://some-data-distributor.com/5
# @TEST-END-FILE
@load frameworks/communication/listen
redef exit_only_after_terminate = T;
redef Intel::read_files += { "../intel.dat" };
redef enum Intel::Where += { SOMEWHERE };