From 9e02eb158180fea87fe215e9355add0d9600237b Mon Sep 17 00:00:00 2001 From: aguilard Date: Wed, 30 Nov 2022 08:27:49 +0100 Subject: [PATCH] Fixed duplicated prometheus_password argument in keyword Change-Id: I5099d58cf1a880329c1bcaa7198cb47bbb22df88 Signed-off-by: aguilard Signed-off-by: garciadeblas --- robot-systest/lib/sdnc_lib.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot-systest/lib/sdnc_lib.robot b/robot-systest/lib/sdnc_lib.robot index 1089b7c..0a9a20d 100644 --- a/robot-systest/lib/sdnc_lib.robot +++ b/robot-systest/lib/sdnc_lib.robot @@ -95,7 +95,7 @@ Get SDNC ID Check If SDNC Is Available - [Arguments] ${sdnc_id} ${prometheus_host} ${prometheus_port} ${prometheus_password} ${prometheus_user} ${prometheus_password} + [Arguments] ${sdnc_id} ${prometheus_host} ${prometheus_port} ${prometheus_user} ${prometheus_password} - ${metric}= Get Metric ${prometheus_host} ${prometheus_port} ${prometheus_password} ${prometheus_user} ${prometheus_password} osm_sdnc_status sdnc_id=${sdnc_id} + ${metric}= Get Metric ${prometheus_host} ${prometheus_port} ${prometheus_user} ${prometheus_password} osm_sdnc_status sdnc_id=${sdnc_id} Should Be Equal As Integers ${metric} 1 msg=SDNC '${sdnc_id}' is not active values=false -- 2.17.1