Project

General

Profile

action #53258

Updated by riafarov over 4 years ago

## Motivation 
 We have btrfs test suite which does installation using default proposal. However, installation is not validated, except the check that system boots. 

 ## Acceptance criteria 
 1. btrfs partitioning is validated in the end of installation (including subvolumes and noCoW attribute on those) for SLES and at least TW 
 2. https://gitlab.suse.de/riafarov/qa-sle-functional-y/blob/master/SLES_Integration_Level_Testplan.md is updated accordingly. 

 ## Suggestions 
 See partitining section of https://github.com/yast/skelcd-control-SLES/blob/master/control/installation.SLES.xml too gather expectations 
 There are branches for other products too. 
 For openSUSE: https://github.com/yast/skelcd-control-openSUSE/blob/master/control/control.openSUSE.xml 

 For parsing lsblk output in json we can either use jq in SUT, or use Mojo::JSON. 
 `btrfs subvolume list /`    should be a command to list existing subvolumes for the root partition. 

Back