2023-03-08 13:51:49 +00:00
|
|
|
# The dev image is only built for the "full" flavor
|
2023-02-20 13:55:56 +00:00
|
|
|
# CROWDSEC_TEST_VERSION="test"
|
|
|
|
# CROWDSEC_TEST_VERSION="v1.5.0"
|
|
|
|
CROWDSEC_TEST_VERSION="dev"
|
|
|
|
|
2023-03-08 13:51:49 +00:00
|
|
|
# All of the following flavors will be tested when using the "flavor" fixture
|
2023-02-20 13:55:56 +00:00
|
|
|
CROWDSEC_TEST_FLAVORS="full"
|
|
|
|
# CROWDSEC_TEST_FLAVORS="full,slim,debian"
|
|
|
|
# CROWDSEC_TEST_FLAVORS="full,slim,debian,geoip,plugins-debian-slim,debian-geoip,debian-plugins"
|
|
|
|
|
2023-03-08 13:51:49 +00:00
|
|
|
# network to use
|
2023-02-20 13:55:56 +00:00
|
|
|
CROWDSEC_TEST_NETWORK="net-test"
|
2023-03-08 13:51:49 +00:00
|
|
|
|
|
|
|
# Timeout for each event to wait in tests: http, log.. (default 20)
|
|
|
|
CROWDSEC_TEST_TIMEOUT="10"
|