zeek/testing
Christian Kreibich d0a64c35dc Merge branch 'topic/christian/management-framework-tls'
* topic/christian/management-framework-tls:
  Bump zeek-testing-cluster to pull in WebSocket TLS updates
  Bump zeek-client to pull in TLS config updates
  Management framework: add TLS options for controller's websocket server

(cherry picked from commit f38ac30418)
2025-10-14 17:30:10 -07:00
..
benchmark/broker
btest Merge remote-tracking branch 'origin/topic/awelzel/4847-quic-discard-fixed-bit-is-zero' 2025-10-09 11:02:39 -07:00
builtin-plugins CI: Add external plugins to builtin plugins task 2025-03-31 14:19:18 +02:00
coverage Swap pre-commit yapf for ruff/ruff-format, fix findings 2024-12-11 11:08:37 -07:00
external Merge branch 'topic/christian/management-framework-tls' 2025-10-14 17:30:10 -07:00
scripts Default canonifier change to only remove first timestamp in line 2025-06-18 15:41:48 +01:00
.gitignore
CMakeLists.txt Merge remote-tracking branch 'origin/topic/bbannier/issue-3266' 2025-08-26 09:05:29 -07:00
Makefile
README

This directory contains suites for testing for Zeek's correct
operation:

    btest/
        An ever-growing set of small unit tests testing Zeek's
        functionality.

    external/
        A framework for downloading additional test sets that run more
        complex Zeek configuration on larger traces files. Due to their
        size, these are not included directly. See the README for more
        information. 

    scripts/
        Helpers scripts used by some tests.