Fix register cluster method in advanced_cluster_mgmt_lib.resource 38/15238/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 17 Jun 2025 10:40:07 +0000 (12:40 +0200)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 17 Jun 2025 10:40:07 +0000 (12:40 +0200)
Change-Id: I02bde6b0d3b34373c37b6c30c9d56a558d2ea22e
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
robot-systest/lib/advanced_cluster_mgmt_lib.resource

index 266b94f..84ce1a2 100644 (file)
@@ -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}