Project

General

Profile

action #89011

Updated by livdywan about 3 years ago

If I use root console, I can pass the tests without any issue, however if I use serial terminal, I hit some issue with "script_run_interactive"  

 ``` 
 *# dsidm localhost user create --uid wilber --cn wilber --displayName 'Domain User' --uidNumber 1003 --gidNumber 1003 --homeDirectory /home/wilber; echo rw7ER-$?- 
 Successfully created wilber 
 rw7ER-0- 
 # (script -qe -a /dev/null -c ' 
 > dsidm localhost account reset_password uid=wilber,ou=people,dc=example,dc=com 
 > '; echo EOS~~~$?) |& tee /dev/ttyS0 
 Enter new password for uid=wilber,ou=people,dc=example,dc=com : (hang here) 
 *  
 ``` 

  


 ## Observation 

 openQA test in scenario sle-15-SP3-Online-x86_64-security_389ds_server@64bit fails in 
 [tls_389ds_server](https://openqa.suse.de/tests/5506796/modules/tls_389ds_server/steps/74) 

 ## Test suite description 
 The base test suite is used for job templates defined in YAML documents. It has no settings of its own. 


 ## Reproducible 

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


 ## Expected result 

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

 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Online&machine=64bit&test=security_389ds_server&version=15-SP3) 

Back