TT#56550 Rename ngcp-sercmd to ngcp-kamcmd

Change-Id: Ie73c7b5367b7b23dd8a3c5c36c790537228db05f
changes/15/28515/2
Guillem Jover 6 years ago
parent 91e2d618e8
commit 442c6c768c

@ -33,7 +33,7 @@ my $hal_before = $test_machine->get_item_hal(undef,undef,1);
my @ips = qw/127.0.0.1 127.0.0.2 127.0.0.3/;
foreach (@ips){
`ngcp-sercmd lb htable.sets ipban $_ 1`;
`ngcp-kamcmd lb htable.sets ipban $_ 1`;
}
$test_machine->check_bundle();

@ -32,8 +32,8 @@ my $hal_before = $test_machine->get_item_hal(undef,undef,1);
my $time = time();
my @users = qw/user1 user2 user3/;
foreach (@users){
my $cmd1 = "ngcp-sercmd lb htable.sets auth $_\@domain.com::auth_count 10";
my $cmd2 = "ngcp-sercmd lb htable.sets auth $_\@domain.com::last_auth $time";
my $cmd1 = "ngcp-kamcmd lb htable.sets auth $_\@domain.com::auth_count 10";
my $cmd2 = "ngcp-kamcmd lb htable.sets auth $_\@domain.com::last_auth $time";
print $cmd1."\n".$cmd2."\n";
`$cmd1`;
`$cmd2`;

Loading…
Cancel
Save