Actions
action #126227
closedcoordination #121876: [epic] Handle openQA review failures in Yam squad - SLE 15 SP5
Wrong mount point for swap in autoyast_home_encrypted.xml
Description
Motivation¶
We have a failure in verify_cloned_profile
.
The problem is that the swap partition is assigned to a mount point '/swap'.
Analysis¶
The input autoyast profile in autoyast_home_encrypted.xml
defines the mountpoint with the leading '/' which leads to the error, bcause test data looks for just 'swap'.
Acceptance criteria¶
- AC1: Fix mount point in the input XML.
Additional information¶
The setting is in autoyast_home_encrypted.xml
since 3 years, but the problem started to show up with SLE 15 SP5 Build 81.1.
Actions