Project

General

Profile

action #151612

Updated by mkittler 5 months ago

## Observation 

 openQA test in scenario sle-15-SP4-Server-DVD-HA-Updates-x86_64-qam_ha_rolling_update_node01@64bit fails in 
 [suseconnect_scc](https://openqa.suse.de/tests/12918354/modules/suseconnect_scc/steps/20) 

 SUT is attempting SCC registration using `SUSEConnect -r $regcode`, but this is failing with a timeout attempting to connect to https://scc.suse.com. 

 Issue was found on Multi-Machine jobs, but as of this writing, I'm not sure it is limited only to MM jobs. 

 Issue has been seen in several workers: worker29, worker30, worker38, worker39. 

 ## Test suite description 
 Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. 


 ## Reproducible 

 Fails since (at least) Build [20231127-1](https://openqa.suse.de/tests/12911700) 

 ### Steps to reproduce manually 

 Login on e.g. `worker38.oqa.prg2.suse.org` and start a VM using a TAP device from a worker slot: 
 ``` 
 sudo systemctl stop openqa-reload-worker-auto-restart@40.path 
 sudo systemctl stop openqa-worker-auto-restart@40.service 
 wget https://download.suse.de/install/SLE-Micro-5.5-GM/SLE-Micro.x86_64-5.5.0-Default-qcow-GM.qcow2 
 qemu-system-x86_64 -m 2048 -enable-kvm -vnc :42 -snapshot -netdev tap,id=qanet0,ifname=tap39,script=no,downscript=no -device virtio-net,netdev=qanet0,mac=52:54:00:12:0b:ff SLE-Micro.x86_64-5.5.0-Default-qcow-GM.qcow2 
 ``` 

 Configure the network within the VM, e.g.: 
 ``` 
 ip a dev eth0 10.0.2.15/24 
 ip r add default via 10.0.2.2 
 echo 'nameserver 8.8.8.8' > /etc/resolv.conf 
 curl https://www.google.de # should work (you'll get tons of HTML) 
 ``` 

 Reproduce the issue: 
 ``` 
 curl https://scc.suse.com # does *not* work (timeout) 
 SUSEConnect --url https://scc.suse.com -r 1234 # does *not* work (TLS handshake timeout) (timeout) 
 curl http://scc.suse.com # interstingly works (showing 301 as expected) 
 ``` 

 ## Expected result 

 Last good: [20231126-1](https://openqa.suse.de/tests/12906058) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Server-DVD-HA-Updates&machine=64bit&test=qam_ha_rolling_update_node01&version=15-SP4) 

Back