github.com/crowdsecurity/crowdsec@v1.6.1/docker/test/default.env (about)

     1  # The dev image is only built for the "full" flavor
     2  # CROWDSEC_TEST_VERSION="test"
     3  # CROWDSEC_TEST_VERSION="v1.5.0"
     4  CROWDSEC_TEST_VERSION="dev"
     5  
     6  # All of the following flavors will be tested when using the "flavor" fixture
     7  CROWDSEC_TEST_FLAVORS="full"
     8  # CROWDSEC_TEST_FLAVORS="full,slim,debian"
     9  # CROWDSEC_TEST_FLAVORS="full,slim,debian,debian-slim"
    10  
    11  # network to use
    12  CROWDSEC_TEST_NETWORK="net-test"
    13  
    14  # Timeout for each event to wait in tests: http, log.. (default 20)
    15  CROWDSEC_TEST_TIMEOUT="10"