Project

General

Profile

action #152879

Updated by syrianidou_sofia 5 months ago

The sles 15sp4 maintenance installation tests test fails during register_extensions_and_modules.pm , as the popup for adding additional products appears , which should have been handled during  

 For test https://openqa.suse.de/tests/13134686  
  add_additional_products.pm but the module is scheduled to run after the registration. The test suite is set to use : 

 YAML_SCHEDULE 	 schedule/yast/maintenance/lvm_thin_provisioning.yaml 
 YAML_SCHEDULE_DEFAULT 	 schedule/yast/sle/flows/default_sle15sp4_x86.yaml 
 YAML_TEST_DATA 	 test_data/yast/lvm_thin_provisioning/lvm_thin_provisioning.yaml 

 The same passes for sles 15 sp3 :  
 https://openqa.suse.de/tests/13126894#step/add_additional_products/1 
 and uses : schedule/yast/sle/flows/default_sle15sp3_x86.yaml  

 Other tests fail as they don't have the particular module  


 ## Observation 

 openQA test in the schedule at all: scenario sle-15-SP4-Server-DVD-Updates-x86_64-lvm_thin_provisioning@64bit fails in 
 https://openqa.suse.de/tests/overview?version=15-SP4&build=20231221-1&distri=sle&groupid=421 > [register_extensions_and_modules](https://openqa.suse.de/tests/13134686/modules/register_extensions_and_modules/steps/4) 

 **Acceptance criteria** 

 - The add_additional_products.pm runs ## Test suite description 
 Testsuite maintained at https://gitlab.suse.de/qa-maintenance/qam-openqa-yml. Complete OS deployment with unencrypted LVM drive management. Test creates 2 LVM and BIOS boot partitions. Thin pool and thin lv resides on the proper time second LVM partition, where /home (XFS) is being mounted. Maintainer: mloviska, poo#39023 

 edit 2021-06/Timo: remove YAML_* again, should be in job groups instead to handle the additional products popup and tests no test fails not break older versions 


 ## Reproducible 

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


 ## Expected result 

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


 ## Further details 

 Always latest result in : https://openqa.suse.de/tests/overview?version=15-SP4&build=20231221-1&distri=sle&groupid=421 during registration this scenario: [latest](https://openqa.suse.de/tests/latest?arch=x86_64&distri=sle&flavor=Server-DVD-Updates&machine=64bit&test=lvm_thin_provisioning&version=15-SP4) 

Back