TT#170350 config_debug.pl: set kct option

It marks that we are using the system for k-c-t tests

Change-Id: If3c54c6fa76d6932ddf2101e2b279659888cf99b
mr10.5.1
Victor Seva 4 years ago
parent 07da564b37
commit 82b9af1ed9

@ -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}";;

Loading…
Cancel
Save