Project

General

Profile

action #32848

Updated by riafarov about 3 years ago

## Acceptance criteria 
 * **AC1:** /home subvolumes Subvolumes presence is validated checked based on test settings in case of no separate home partition is proposed at least two scenarios with differing test parameters, e.g. TOGGLEHOME 
 * **AC2:** Test for [bsc#1084261](https://bugzilla.suse.com/show_bug.cgi?id=1084261) exists 

 ## Tasks 
 * Research if we do not already have a test module covering subvolume checks 
 * Add simple check of mount points vs. expectations, e.g. start with @/home as an example based on TOGGLEHOME, see [bsc#1084261](https://bugzilla.suse.com/show_bug.cgi?id=1084261) 


 ## Further details 
 We already have a test for subvolumes in the installer with a needle check as well as `console/installation_snapshots` that at least fails when there are no subvolumes. 
 We need to find scenario where we explicitly use btrfs and no separate home partition (if doesn't exist - create it), and check that there is subvolume for the /home path. For the check we also have some functionality available, so can reuse it.

Back