Project

General

Profile

action #45284

Updated by okurz over 5 years ago

## Observation 

 openQA test in scenario opensuse-15.1-DVD-x86_64-extra_tests_filesystem@64bit fails in 
 [snapper_undochange](https://openqa.opensuse.org/tests/801702/modules/snapper_undochange/steps/23) 


 ## Reproducible 

 Fails since (at least) Build [351.3](https://openqa.opensuse.org/tests/801143) 


 ## Expected result 

 Last good: [350.1](https://openqa.opensuse.org/tests/797799) 


 ## The Problem 

 *snapper_undochange* test module fails with "/dev/ttyS0 device or resource busy". 

 The issue happens while switching to another systemd target (to rescue in the case) if 'console=ttyS0 console=tty" boot parameters were set during installation. 

 While switching to rescue target, the system asks for a password. If enter it in tty1, the ttyS0 will still wait for the password and that caused the "bash: /dev/ttyS0: Device or resource busy" while echoing to /dev/ttyS0. If then enter the password in ttyS0 it starts working as expected. 

 Changed behavior of the product was introduced in Leap 15.1, build 351.3. 

 Created bugzilla ticket: https://bugzilla.opensuse.org/show_bug.cgi?id=1119123 


 

 ## Suggestions The Task 

 1. Type password to both tty and ttyS0 in btrfs_test.pm -> sub snapper_nodbus_setup;  
 2. Add softfail pointing to boo#1119123 while typing a password to ttyS0. 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=x86_64&flavor=DVD&test=extra_tests_filesystem&distri=opensuse&version=15.1&machine=64bit) 

Back