mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

- Use `-b` most everywhere, it will save time. - Start some intel tests upon the input file being fully read instead of at an arbitrary time. - Improve termination condition for some sumstats/cluster tests. - Filter uninteresting output from some supervisor tests. - Test for `notice_policy.log` is no longer needed.
13 lines
504 B
Text
13 lines
504 B
Text
# Trace in we have mpls->ip6->ip6->ip4 where the ip4 packet
|
|
# has an invalid IP version.
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/tunnels/mpls-6in6-6in6-4in6-invalid-version-4.pcap %INPUT
|
|
# @TEST-EXEC: mv weird.log output
|
|
|
|
# Trace in which we have mpls->ip6->ip6 where the ip6 packet
|
|
# has an invalid IP version.
|
|
# @TEST-EXEC: zeek -b -C -r $TRACES/tunnels/mpls-6in6-6in6-invalid-version-6.pcap %INPUT
|
|
# @TEST-EXEC: cat weird.log >> output
|
|
|
|
# @TEST-EXEC: btest-diff output
|
|
|
|
@load base/frameworks/notice/weird
|