zeek/testing/btest/scripts/base/frameworks/netcontrol
Daniel Thayer c251245538 Fix a netcontrol test that often fails
The catch-and-release.bro test was failing whenever three conditions
were all true:  sorting the netcontrol.log before comparing to
the baseline, the presence of LC_ALL=C in btest.cfg changes the sort
order, and sometimes the timestamp increases slightly beginning
with one of the rule_id == 5 lines.

As a result of these three conditions, the sorted order of the lines
with rule_id of 5 were different than the baseline.

Fixed by not sorting netcontrol.log, as this doesn't seem necessary.
2017-08-07 16:26:17 -05:00
..
acld-hook.bro Fix Bro and unit tests when broker is not enabled 2016-05-10 06:24:35 -05:00
acld.bro NetControl: small rule_error changes 2017-04-07 10:26:34 -07:00
basic-cluster.bro NetControl: rewrite catch and release and small fixes. 2016-05-23 16:16:21 -07:00
basic.bro Add signaling of succesful initialization of plugins to NetControl. 2016-03-08 14:49:22 -08:00
broker.bro NetControl: allow reasons in remove_rule calls. 2016-08-05 10:49:09 -07:00
catch-and-release-forgotten.bro NetControl: add catch and release event when IPs are forgotten. 2016-07-28 16:28:07 -04:00
catch-and-release.bro Fix a netcontrol test that often fails 2017-08-07 16:26:17 -05:00
delete-internal-state.bro NetControl: Add functions to search for rules affecting IPs/subnets 2016-03-09 21:32:15 -08:00
duplicate.bro Rewrite internal handling of rules. 2016-03-09 15:43:47 -08:00
find-rules.bro NetControl: Add functions to search for rules affecting IPs/subnets 2016-03-09 21:32:15 -08:00
hook.bro Add signaling of succesful initialization of plugins to NetControl. 2016-03-08 14:49:22 -08:00
multiple.bro Rewrite internal handling of rules. 2016-03-09 15:43:47 -08:00
openflow.bro Rewrite internal handling of rules. 2016-03-09 15:43:47 -08:00
packetfilter.bro Add signaling of succesful initialization of plugins to NetControl. 2016-03-08 14:49:22 -08:00
quarantine-openflow.bro Add signaling of succesful initialization of plugins to NetControl. 2016-03-08 14:49:22 -08:00
timeout.bro Rewrite internal handling of rules. 2016-03-09 15:43:47 -08:00