2022-06-13 19:54:47 +00:00
|
|
|
#!/usr/bin/env bash
|
2022-03-09 13:45:36 +00:00
|
|
|
|
|
|
|
# these plugins are always available
|
|
|
|
|
|
|
|
load "../lib/bats-support/load.bash"
|
|
|
|
load "../lib/bats-assert/load.bash"
|
|
|
|
#load "../lib/bats-file/load.bash"
|
2022-07-01 08:16:45 +00:00
|
|
|
|
|
|
|
# mark the start of each test in the logs, beware crowdsec might be running
|
|
|
|
# echo "time=\"$(date +"%d-%m-%Y %H:%M:%S")\" level=info msg=\"TEST: ${BATS_TEST_DESCRIPTION}\"" >> /var/log/crowdsec.log
|
|
|
|
|
2023-01-09 13:49:21 +00:00
|
|
|
export CROWDSEC_FEATURE_DISABLE_HTTP_RETRY_BACKOFF=true
|