mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
![]() * topic/christian/management-deploy: (21 commits) Management framework: bump external cluster testsuite Management framework: bump zeek-client Management framework: rename set_configuration events to stage_configuration Management framework: trigger deployment upon when instances are ready Management framework: more resilient node shutdown upon deployment Management framework: re-trigger deployment upon controller launch Management framework: move most deployment handling to internal function Management framework: distinguish internally and externally requested deployments Management framework: track instances by their Broker IDs Management framework: tweak Supervisor event logging Management framework: make helper function a local Management framework: rename "log_level" to "level" Management framework: add "finish" callback to requests Management framework: add a helper for rendering result vectors to a string Management framework: agents now skip re-deployment of current config Management framework: suppress notify_agent_hello upon Supervisor peering Management framework: introduce state machine for configs and persist them Management framework: introduce deployment API in controller Management framework: rename agent "set_configuration" to "deploy" Management framework: consistency fixes to the Result record ... |
||
---|---|---|
.. | ||
benchmark/broker | ||
btest | ||
coverage | ||
external | ||
scripts | ||
.gitignore | ||
CMakeLists.txt | ||
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.