mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Use .zeek file suffix in unit tests
This commit is contained in:
parent
93d384adeb
commit
1e57e3f026
862 changed files with 533 additions and 529 deletions
13
testing/btest/scripts/base/protocols/http/http-connect.zeek
Normal file
13
testing/btest/scripts/base/protocols/http/http-connect.zeek
Normal file
|
@ -0,0 +1,13 @@
|
|||
# This tests that the HTTP analyzer handles HTTP CONNECT proxying correctly.
|
||||
#
|
||||
# @TEST-EXEC: bro -r $TRACES/http/connect-with-smtp.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff http.log
|
||||
# @TEST-EXEC: btest-diff smtp.log
|
||||
# @TEST-EXEC: btest-diff tunnel.log
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/http
|
||||
@load base/protocols/smtp
|
||||
@load base/protocols/tunnels
|
||||
@load base/frameworks/dpd
|
Loading…
Add table
Add a link
Reference in a new issue