This commit is contained in:
Roy Belio 2025-12-03 01:04:09 +00:00 committed by GitHub
commit 343cb3248c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 233 additions and 14 deletions

View file

@ -18,6 +18,7 @@ from tests.integration.telemetry.collectors import InMemoryTelemetryManager, Otl
# TODO: Fix this to work with Automatic Instrumentation
@pytest.fixture(scope="session")
def telemetry_test_collector():
# Stack mode is set by integration-tests.sh based on STACK_CONFIG
stack_mode = os.environ.get("LLAMA_STACK_TEST_STACK_CONFIG_TYPE", "library_client")
if stack_mode == "server":