mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Integrate spicy-ldap test suite
This commit is contained in:
parent
f172febbcb
commit
d7db52dff6
35 changed files with 67 additions and 115 deletions
10
testing/btest/scripts/base/protocols/ldap/basic.zeek
Normal file
10
testing/btest/scripts/base/protocols/ldap/basic.zeek
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Copyright (c) 2021 by the Zeek Project. See LICENSE for details.
|
||||
|
||||
# @TEST-EXEC: zeek -C -r ${TRACES}/ldap/simpleauth.pcap %INPUT >output 2>&1
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: cat conn.log | zeek-cut -Cn local_orig local_resp > conn.log2 && mv conn.log2 conn.log
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
# @TEST-EXEC: btest-diff ldap.log
|
||||
# @TEST-EXEC: btest-diff ldap_search.log
|
||||
#
|
||||
# @TEST-DOC: Test LDAP analyzer with small trace.
|
Loading…
Add table
Add a link
Reference in a new issue