mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
![]() This job runs in sequence after the image build one, using its resulting image. The actual tests live in the external zeek-testing-cluster testsuite, which the new job clones and runs. To specify a version of the testsuite to use, testing/external/ has a new commit-hash.zeek-testing-cluster file that tracks the testsuite's relevant commit ref |
||
---|---|---|
.. | ||
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.