TT#30652 Fix new path of use_dns_cache parameter

Test script tries to configure the paramenter to off before the test
starts. Since the parameter was moved in TT#27466, the parameter was
actualy not changed.

Change-Id: Ic5affbecc3304d8732c9edfc6243d951a8d7174b
changes/49/18449/1
Marco Capetta 8 years ago
parent 74c16ee531
commit 9a4bf03703

@ -102,7 +102,7 @@ else
copy($file, $file.".orig") or die "Copy failed: $ERRNO" unless(-e $file.".orig");
$yaml = LoadFile($file);
$yaml->{kamailio}{lb}{cfgt} = 'yes';
$yaml->{kamailio}{lb}{use_dns_cache} = 'off';
$yaml->{kamailio}{lb}{dns}{use_dns_cache} = 'off';
$yaml->{kamailio}{proxy}{children} = 1;
$yaml->{kamailio}{proxy}{cfgt} = 'yes';
$yaml->{sems}{cfgt} = 'yes';

Loading…
Cancel
Save