From 82b9af1ed9c0ea43706a7dcb30ef441c4cdc4748 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Thu, 14 Apr 2022 11:43:10 +0200 Subject: [PATCH] TT#170350 config_debug.pl: set kct option It marks that we are using the system for k-c-t tests Change-Id: If3c54c6fa76d6932ddf2101e2b279659888cf99b --- bin/config_debug.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/config_debug.pl b/bin/config_debug.pl index d1a0347d..b0333c2e 100755 --- a/bin/config_debug.pl +++ b/bin/config_debug.pl @@ -90,6 +90,7 @@ sub change_config $yaml->{kamailio}{proxy}{cfgt} = 'yes'; $yaml->{sems}{cfgt} = 'yes'; } + $yaml->{kct} = { enable => 'yes' }; $yaml->{kamailio}{lb}{dns}{use_dns_cache} = 'off'; $yaml->{kamailio}{lb}{extra_sockets}->{test} = "$es_test->{transport}:$es_test->{ip}:$es_test->{port}"; $yaml->{kamailio}{lb}{extra_sockets}->{other} = "$es_other->{transport}:$es_other->{ip}:$es_other->{port}";;