llama-stack-mirror/tests/integration/telemetry
Roy Belio c8f82cad6a fix: detect docker/server mode in telemetry tests to properly disable Gunicorn
The telemetry fixture was only checking LLAMA_STACK_TEST_STACK_CONFIG_TYPE
environment variable, which defaults to 'library_client'. In CI, tests run
with --stack-config=docker:ci-tests, which wasn't being detected as server mode.

This commit checks the --stack-config argument and treats both 'server:' and
'docker:' prefixes as server mode, ensuring LLAMA_STACK_DISABLE_GUNICORN is
set when needed for telemetry span collection.
2025-10-30 18:52:31 +02:00
..
collectors test: enable telemetry tests in server mode (#3927) 2025-10-28 16:33:48 -07:00
recordings test(telemetry): Telemetry Tests (#3805) 2025-10-17 10:43:33 -07:00
conftest.py fix: detect docker/server mode in telemetry tests to properly disable Gunicorn 2025-10-30 18:52:31 +02:00
test_completions.py test: enable telemetry tests in server mode (#3927) 2025-10-28 16:33:48 -07:00