mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
spicy-redis: Cleanup scripts and tests
- Recomputes checksums for pcaps to keep clean - Removes some tests that had big pcaps or weren't necessary - Cleans up scripting names and minor points - Comments out Spicy code that causes a build failure now with a TODO to uncomment it
This commit is contained in:
parent
11777bd6d5
commit
d5b121db14
66 changed files with 368 additions and 1072 deletions
|
@ -1,13 +1,15 @@
|
|||
# @TEST-DOC: Test Redis traffic from a django app using Redis (in the cloud) as a cache
|
||||
# @TEST-REQUIRES: have-spicy
|
||||
#
|
||||
# @TEST-EXEC: zeek -b -Cr $TRACES/redis/django-cloud.pcap %INPUT >output
|
||||
# @TEST-EXEC: zeek -b -r $TRACES/redis/django-cloud.pcap %INPUT >output
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: btest-diff redis.log
|
||||
# @TEST-EXEC: btest-diff conn.log
|
||||
|
||||
# This test has a bunch of factorial commands, try to test for the correct
|
||||
# factorial without exploding the baseline
|
||||
|
||||
@load base/protocols/conn
|
||||
@load base/protocols/redis
|
||||
|
||||
redef Redis::ports += {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue