Project

General

Profile

action #59900

Updated by riafarov over 4 years ago

## Observation 

 The test fails for uefi, because /boot/uefi does not get automatically selected to be mounted. We would need to add a method to just mount an existing partition, or modify [edit_partition_on_gpt_disk](https://github.com/os-autoinst/os-autoinst-distri-opensuse/blob/6dd4fd8bfa262bd90edc2d0bb1296c04f7866547/lib/Installation/Partitioner/LibstorageNG/v4/ExpertPartitionerController.pm#L110) to deal with several partitions and skip the select_filesystem part under a condition, which would require to modify the YAML too. If so I'd suggest to stick to the same format as used in RAID tests. 
 The swap partition could then be activated as well.  
 Until then, I de-activate the test suite for aarch64. 

 Test data is used there, but should be adjusted in case we want to specify this data there. 
 Or having hard-coded default to add it in case of UEFI. 

 Acceptance Criteria: 

 - Adapt the existing test to mount previously existing partitions under certain condition (/boot/efi for aarch64 only, and swap) 
 - Re-enable test suite for aarch64 

 openQA test in scenario sle-15-SP2-Online-aarch64-modify_existing_partition@aarch64 fails in 
 [modify_existing_partition](https://openqa.suse.de/tests/3593981/modules/modify_existing_partition/steps/37) 

 ## Test suite description 
  Suite that modifies/resizes a partition on a previsously formatted disk. Depends on create_hdd_gnome. 


 ## Reproducible 

 Fails since (at least) Build [89.1](https://openqa.suse.de/tests/3593981) (current job) 


 ## Expected result 

 Last good: (unknown) (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=modify_existing_partition&version=15-SP2) 

Back