From: garciadeblas Date: Tue, 17 Jun 2025 10:40:07 +0000 (+0200) Subject: Fix register cluster method in advanced_cluster_mgmt_lib.resource X-Git-Tag: v18.0.0~22 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=c50555ffbdcc6636f138dcf4888be509b95c6558;p=osm%2Ftests.git Fix register cluster method in advanced_cluster_mgmt_lib.resource Change-Id: I02bde6b0d3b34373c37b6c30c9d56a558d2ea22e Signed-off-by: garciadeblas --- diff --git a/robot-systest/lib/advanced_cluster_mgmt_lib.resource b/robot-systest/lib/advanced_cluster_mgmt_lib.resource index 266b94f..84ce1a2 100644 --- a/robot-systest/lib/advanced_cluster_mgmt_lib.resource +++ b/robot-systest/lib/advanced_cluster_mgmt_lib.resource @@ -71,9 +71,9 @@ Register Cluster ... --creds ${creds} ... --description ${description} IF ${bootstrap_flag} == True - Catenate ${command} --bootstrap + ${command}= Catenate ${command} --bootstrap ELSE - Catenate ${command} --no-bootstrap + ${command}= Catenate ${command} --no-bootstrap END ${rc} ${stdout}= Run And Return Rc And Output ${command} Log ${rc},${stdout}