From c50555ffbdcc6636f138dcf4888be509b95c6558 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Tue, 17 Jun 2025 12:40:07 +0200 Subject: [PATCH] Fix register cluster method in advanced_cluster_mgmt_lib.resource Change-Id: I02bde6b0d3b34373c37b6c30c9d56a558d2ea22e Signed-off-by: garciadeblas --- robot-systest/lib/advanced_cluster_mgmt_lib.resource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.25.1