action #114682
closedFix HDD name matching in mru-iscsi maintance update jobs
0%
Description
Motivation¶
In YaST Maintenance updates there have been recent failures in the mru-iscsi
server and client jobs such as this one.
The failure is that the qcow stated in the HDD_1 setting does not exist.
The jobs have dependency on create_hdd_yast_maintenance_desktop
which generate a qcow without issue.
Scope¶
Testsuites: mru-iscsi_client_normal_auth_backstore_fileio, mru-iscsi_server_normal_auth_backstore_fileio, mru-iscsi_client_normal_auth_backstore_hdd, mru-iscsi_server_normal_auth_backstore_hdd, mru-iscsi_client_normal_auth_backstore_lvm, mru-iscsi_server_normal_auth_backstore_lvm
Products: 15-SP3, 15-SP4
Acceptance Criteria¶
AC1: Make sure that PUBLISH_HDD from create_hdd_yast_maintenance_desktop
and HDD_1 from the iscsi
jobs have the same form.
AC2: Provide verification runs for the fix.
Suggestions¶
Delete the -%FLAVOR%-%MACHINE% from the HDD_1 parameters of the iscsi
jobs so that the expected qcow name matches the one generated from create_hdd_yast_maintenance_desktop
Further Information¶
Related merge request: https://gitlab.suse.de/qa-maintenance/qam-openqa-yml/-/merge_requests/328