Project

General

Profile

action #62249

Updated by JRivrain over 4 years ago

## Observation 
 [wait_boot_past_bootloader](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/c7f1102d1555783d87a06f271720bc65139222b4/lib/opensusebasetest.pm#L872) is calling [handle_displaymanager_login](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/c7f1102d1555783d87a06f271720bc65139222b4/lib/opensusebasetest.pm#L730) which calls [handle_login](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/c7f1102d1555783d87a06f271720bc65139222b4/lib/x11utils.pm#L162), and then calls [handle_broken_autologin_boo1102563](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/c7f1102d1555783d87a06f271720bc65139222b4/lib/opensusebasetest.pm#L929) which then calls [handle_login](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/c7f1102d1555783d87a06f271720bc65139222b4/lib/x11utils.pm#L162) again. For some reason, only happens on aarch64. 

 Similar thing seems to happen with shutdown https://openqa.suse.de/tests/3803686#step/shutdown/15 on hyperv. 

 openQA test in scenario sle-15-SP2-Online-aarch64-btrfs_libstorage-ng@aarch64 fails in 
 [first_boot](https://openqa.suse.de/tests/3804484/modules/first_boot/steps/6) See also See also https://openqa.suse.de/tests/3804489#step/first_boot/71 for slightly different symptom 

 ## Test suite description 
 Maintainers: QSF-y. 

 Test installation with btrfs filesystem and libstorage-ng. 
 Validates no_COW attributes on subvolumes, file system on partitions, checks whether /home is on separate partition or not (depending on the system). 


 ## Reproducible 

 Fails since (at least) Build [126.1](https://openqa.suse.de/tests/3796079)  


 ## Expected result 

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


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=aarch64&distri=sle&flavor=Online&machine=aarch64&test=btrfs_libstorage-ng&version=15-SP2) 

Back