From 080336c84f2347920c9f96fa2ba33447d6614e13 Mon Sep 17 00:00:00 2001 From: Alexander Lutay Date: Mon, 16 Oct 2017 14:01:42 +0200 Subject: [PATCH] TT#22018 Switch tests from 'ngcp-check_active' to modern 'ngcp-check-active' Change-Id: I351036bd2c1a6eedfe6583b12f625d28de82b303 (cherry picked from commit 7a81cb3193c963b25fab37930ba9af7061750a91) --- templates/410_process-ngcp.yaml.tt2 | 2 +- templates/411_process-ngcp-pro.yaml.tt2 | 2 +- templates/510_init-daemons-ngcp.yaml.tt2 | 2 +- templates/511_init-daemons-ngcp-pro.yaml.tt2 | 2 +- templates/821_network-ports-ngcp.yaml.tt2 | 2 +- templates/900_service-ngcp-api.yaml.tt2 | 2 +- templates/920_service-asterisk-odbc-pro.yaml.tt2 | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/410_process-ngcp.yaml.tt2 b/templates/410_process-ngcp.yaml.tt2 index fd03084..181d61a 100644 --- a/templates/410_process-ngcp.yaml.tt2 +++ b/templates/410_process-ngcp.yaml.tt2 @@ -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); diff --git a/templates/411_process-ngcp-pro.yaml.tt2 b/templates/411_process-ngcp-pro.yaml.tt2 index 2d3da8b..16a318d 100644 --- a/templates/411_process-ngcp-pro.yaml.tt2 +++ b/templates/411_process-ngcp-pro.yaml.tt2 @@ -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); diff --git a/templates/510_init-daemons-ngcp.yaml.tt2 b/templates/510_init-daemons-ngcp.yaml.tt2 index 78783e1..d7e8dbe 100644 --- a/templates/510_init-daemons-ngcp.yaml.tt2 +++ b/templates/510_init-daemons-ngcp.yaml.tt2 @@ -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); diff --git a/templates/511_init-daemons-ngcp-pro.yaml.tt2 b/templates/511_init-daemons-ngcp-pro.yaml.tt2 index 17c1fd0..3ad76ff 100644 --- a/templates/511_init-daemons-ngcp-pro.yaml.tt2 +++ b/templates/511_init-daemons-ngcp-pro.yaml.tt2 @@ -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); diff --git a/templates/821_network-ports-ngcp.yaml.tt2 b/templates/821_network-ports-ngcp.yaml.tt2 index d650b6b..c43de17 100644 --- a/templates/821_network-ports-ngcp.yaml.tt2 +++ b/templates/821_network-ports-ngcp.yaml.tt2 @@ -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); diff --git a/templates/900_service-ngcp-api.yaml.tt2 b/templates/900_service-ngcp-api.yaml.tt2 index 3487abf..0118576 100644 --- a/templates/900_service-ngcp-api.yaml.tt2 +++ b/templates/900_service-ngcp-api.yaml.tt2 @@ -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); diff --git a/templates/920_service-asterisk-odbc-pro.yaml.tt2 b/templates/920_service-asterisk-odbc-pro.yaml.tt2 index 2a84f08..0b09dc1 100644 --- a/templates/920_service-asterisk-odbc-pro.yaml.tt2 +++ b/templates/920_service-asterisk-odbc-pro.yaml.tt2 @@ -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);