From bbf6077ef6836e0f135a59315cbdd495470e3c48 Mon Sep 17 00:00:00 2001 From: Filipi Fuchter Date: Thu, 27 Nov 2025 18:12:24 -0300 Subject: [PATCH] testing turn --- examples/aws-agentcore/bot_hellow.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/examples/aws-agentcore/bot_hellow.py b/examples/aws-agentcore/bot_hellow.py index d5dcf2274..7a4f1464b 100644 --- a/examples/aws-agentcore/bot_hellow.py +++ b/examples/aws-agentcore/bot_hellow.py @@ -101,6 +101,20 @@ def comprehensive_network_test(): "d40a0992b4d08175af51f32f46a3732725a69045422f96b388420c98dd13ced3", "tcp", ), + ( + "turn.cloudflare.com", # cleaned + 80, + "g0c069ee067cb5585f7a4799950312a355f2cb9c20e23d21bd1ecb1f93c1e8b0", + "d40a0992b4d08175af51f32f46a3732725a69045422f96b388420c98dd13ced3", + "tcp", + ), + ( + "turn.cloudflare.com", # cleaned + 3478, + "g0c069ee067cb5585f7a4799950312a355f2cb9c20e23d21bd1ecb1f93c1e8b0", + "d40a0992b4d08175af51f32f46a3732725a69045422f96b388420c98dd13ced3", + "tcp", + ), ] results["turn_tests"] = []