mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00

This patch replaces the container-strucuture-tests for the Zeek container with a BTest-driven approach to provide a more familiar experience. In addtion to `python3` for `btest` we also rely on `make` being available in Github-hosted runners which at least currently seems to be hold (probably pulled in as a dependency of CMake which is officially included, see https://github.com/actions/virtual-environments/blob/main/images/linux/Ubuntu2004-README.md).
13 lines
302 B
INI
13 lines
302 B
INI
[btest]
|
|
TestDirs = docker
|
|
TmpDir = %(testbase)s/.tmp
|
|
BaselineDir = %(testbase)s/Baseline
|
|
IgnoreDirs = .tmp
|
|
IgnoreFiles = *.tmp *.swp #* *.trace .DS_Store
|
|
MinVersion = 0.63
|
|
|
|
[environment]
|
|
LC_ALL=C
|
|
PATH=%(testbase)s/../../auxil/btest:%(default_path)s
|
|
TEST_IMAGE=${TEST_TAG:-zeek:latest}
|
|
TZ=UTC
|