Fix stuck when executing a background command via SSH is SA02 37/14037/1 v13.0 v13.0.2
authorUbuntu <e.dah.tid@telefonica.com>
Thu, 16 Nov 2023 10:52:33 +0000 (10:52 +0000)
committeraguilard <e.dah.tid@telefonica.com>
Thu, 16 Nov 2023 14:33:24 +0000 (16:33 +0200)
After upgrading the image to Ubuntu 20 in hackfest_basic_metrics_vnf
the SA02 test started to fail: the "Execute Command" keyword from
SSHLibrary hangs when running a "yes" command in backgroud in the VDU
and test never ends. It seems that the SSH library does not handle
the execution of background (run using '&') processes well.

Change-Id: Ibe37b0b53c8196bb555b7d7d5f6da1365f24326d
Signed-off-by: Ubuntu <e.dah.tid@telefonica.com>
(cherry picked from commit f664aa79c33336b96904659c5a21bcaa2bbf87bb)

robot-systest/testsuite/sa_02-vnf_with_vim_metrics_and_autoscaling.robot

index 76b3229..2f949c4 100644 (file)
@@ -121,7 +121,7 @@ Get VNF VIM-based Metric Before Auto-scaling
 Increase VIM-based Metric To Force Auto-scaling
 
     Variable Should Exist   ${privatekey}   msg=SSH private key not available
-    Execute Remote Command Check Rc Return Output   ${vnf_ip_addr}   ${username}   ${password}   ${privatekey}   for i in {1..9}; do yes > /dev/null & done
+    Execute Remote Command Check Rc Return Output   ${vnf_ip_addr}   ${username}   ${password}   ${privatekey}   for i in {1..9}; do yes &> /dev/null & done
 
 
 Wait VIM-based Metric To Exceed Threshold