Project

General

Profile

action #58697

Updated by cfconrad over 4 years ago

## Observation 
 The issue happens only on arm. The idea is, that it takes to long for the here tag to setup the input. 
 The serial output looks mangled like this: 

     # cat > /tmp/scriptfY1mJ.sh << 'EOT_fY1mJ'; echo fY1mJ-$?- 
     grep -c 'menuentry .SLES \?12-SP5.*(ima_policy=tcb)' /boot/grub2/grub.cfg 
     EOT_fY1mJ 
     echo fY1mJ; bash -oe pipefail /tmp/scriptfY1mJ.sh ; echo SCRIPT_FINISHEDfY1mJ-$?- 
     > grep -c 'menuentry .SLES \?12-SP5.*(ima_policy=tcb)' /boot/grub2/grub.cfg 
     > EOT_fY1mJ 
     fY1mJ-0- 
     # echo fY1mJ; bash -oe pipefail /tmp/scriptfY1mJ.sh ; echo SCRIPT_FINISHEDfY1mJ-$?- 
     fY1mJ 
     3 
     SCRIPT_FINISHEDfY1mJ-0- 
    
 Which result in wrong return value from `script_output()`. 

 openQA test in scenario sle-12-SP5-Server-DVD-aarch64-install_ltp+sle+Server-DVD+KOTD@aarch64-virtio fails in 
 [install_ltp](https://openqa.suse.de/tests/3509151/modules/install_ltp/steps/91) 

 ## Test suite description 
 maintainer: pcervinka, pvorel 


 ## Reproducible 

 Fails since (at least) Build [0368](https://openqa.suse.de/tests/3509151) (current job) 


 ## Expected result 

 Last good: [0366](https://openqa.suse.de/tests/3501455) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=aarch64&distri=sle&flavor=Server-DVD&machine=aarch64-virtio&test=install_ltp%2Bsle%2BServer-DVD%2BKOTD&version=12-SP5) 

Back