Project

General

Profile

action #132821

Updated by syrianidou_sofia 10 months ago

During the beginning of the agama tests we set the root user to linux, but this variable is inherited throughout other test modules. 
 The actual installation settings are defined in the agama playwright tests here: https://github.com/jknphy/e2e-agama-playwright/pull/6 
 username: bernhard 
 password: nots3cr3t (same for root) 

 A record_info placed in the beginning of the validate_encrypt and validate_lvm module, shows that the worker variables are different that expected:  
 https://openqa.opensuse.org/tests/3433326#step/validate_encrypt/1 
 https://openqa.opensuse.org/tests/3433327#step/validate_lvm/1 

 The variables of password and username are defined in the agama libraries: 
 https://github.com/os-autoinst/os-autoinst-distri-opensuse/tree/master/lib/Yam/agama 

 **Acceptance criteria** 
 - Make sure that the $password and $username inherited by validate_lvm and valicate_encrypt are according to the test expectations. Possibly add a pre-run hook in the module, if needed. 


 ## Observation 

 openQA test in scenario alp-agama-2.1-staging-agama-live-default-Playwright-aarch64-agama_dolomite_lvm@aarch64 fails in 
 [validate_lvm](https://openqa.opensuse.org/tests/3432174/modules/validate_lvm/steps/5) 

 ## 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 [1.36](https://openqa.opensuse.org/tests/3432174) (current job) 


 ## Expected result 

 Last good: [1.35](https://openqa.opensuse.org/tests/3428082) (or more recent) 


 ## Further details 

 Always latest result in this scenario: [latest](https://openqa.opensuse.org/tests/latest?arch=aarch64&distri=alp&flavor=agama-live-default-Playwright&machine=aarch64&test=agama_dolomite_lvm&version=agama-2.1-staging) 

Back