TT#22018 Switch tests from 'ngcp-check_active' to modern 'ngcp-check-active'

Change-Id: I351036bd2c1a6eedfe6583b12f625d28de82b303
(cherry picked from commit 7a81cb3193)
changes/82/16482/1
Alexander Lutay 8 years ago
parent 3631095ee2
commit 080336c84f

@ -28,7 +28,7 @@
is_rtp = out;
-%]
[% PERL -%]
my $node_state = qx(ngcp-check_active -v);
my $node_state = qx(ngcp-check-active -v);
chomp $node_state;
$stash->set(node_state => $node_state);

@ -18,7 +18,7 @@
is_rtp = out;
-%]
[% PERL -%]
my $node_state = qx(ngcp-check_active -v);
my $node_state = qx(ngcp-check-active -v);
chomp $node_state;
$stash->set(node_state => $node_state);

@ -33,7 +33,7 @@
is_li_enabled = is_li && cluster_sets.type == 'distributed' && intercept.enabled == 'yes';
-%]
[% PERL -%]
my $node_state = qx(ngcp-check_active -v);
my $node_state = qx(ngcp-check-active -v);
chomp $node_state;
$stash->set(node_state => $node_state);

@ -13,7 +13,7 @@
is_proxy = out;
-%]
[% PERL -%]
my $node_state = qx(ngcp-check_active -v);
my $node_state = qx(ngcp-check-active -v);
chomp $node_state;
$stash->set(node_state => $node_state);

@ -69,7 +69,7 @@
ha_int_ips = out;
-%]
[% PERL -%]
my $node_state = qx(ngcp-check_active -v);
my $node_state = qx(ngcp-check-active -v);
chomp $node_state;
$stash->set(node_state => $node_state);

@ -44,7 +44,7 @@
is_li_enabled = is_li && cluster_sets.type == 'distributed' && intercept.enabled == 'yes';
-%]
[% PERL -%]
my $node_state = qx(ngcp-check_active -v);
my $node_state = qx(ngcp-check-active -v);
chomp $node_state;
$stash->set(node_state => $node_state);

@ -8,7 +8,7 @@
is_proxy = out;
-%]
[% PERL -%]
my $node_state = qx(ngcp-check_active -v);
my $node_state = qx(ngcp-check-active -v);
chomp $node_state;
$stash->set(node_state => $node_state);

Loading…
Cancel
Save