mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
Fixing tests.
Part of this involves making the file-analysis tests independent of specific hash values. I've done that only partially though.
This commit is contained in:
parent
7b50f97d39
commit
4ccd6d76fd
48 changed files with 294 additions and 197 deletions
|
@ -3,10 +3,14 @@
|
|||
# @TEST-EXEC: bro -r $TRACES/ftp/ipv4.trace %INPUT
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff ftp.log
|
||||
# @TEST-EXEC: btest-diff ftp-item-Rqjkzoroau4-0.dat
|
||||
# @TEST-EXEC: btest-diff ftp-item-BTsa70Ua9x7-1.dat
|
||||
# @TEST-EXEC: btest-diff ftp-item-VLQvJybrm38-2.dat
|
||||
# @TEST-EXEC: btest-diff ftp-item-zrfwSs9K1yk-3.dat
|
||||
# @TEST-EXEC: mv ftp-item-*-0.dat ftp-item-0.dat
|
||||
# @TEST-EXEC: mv ftp-item-*-1.dat ftp-item-1.dat
|
||||
# @TEST-EXEC: mv ftp-item-*-2.dat ftp-item-2.dat
|
||||
# @TEST-EXEC: mv ftp-item-*-3.dat ftp-item-3.dat
|
||||
# @TEST-EXEC: btest-diff ftp-item-0.dat
|
||||
# @TEST-EXEC: btest-diff ftp-item-1.dat
|
||||
# @TEST-EXEC: btest-diff ftp-item-2.dat
|
||||
# @TEST-EXEC: btest-diff ftp-item-3.dat
|
||||
|
||||
redef FTP::logged_commands += {"LIST"};
|
||||
redef FTP::extract_file_types=/.*/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue