Skip to content

Commit

Permalink
Adjust test data for SLE 15 SP1 lvm+resize_root
Browse files Browse the repository at this point in the history
After introducing changes to the validate_modify_existing_partition
module, we have to change the format of the old test to pass validation,
even though this will be a bit of duplication, as this data is not used
for patitioning itself.
  • Loading branch information
Rodion Iafarov committed Dec 3, 2020
1 parent 5c638b5 commit 696c51d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion schedule/yast/lvm/lvm+resize_root.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,18 @@ schedule:
- console/consoletest_finish
- console/validate_modify_existing_partition
test_data:
disks:
- name: vda
partitions:
- name: root
size: 45G
formatting_options:
filesystem: ext4
mounting_options:
mount_point: /
root:
disk: current-volume-management
existing_partition: root
mount_point: /
expert_partitioner_from: current
part_size: 45GiB
lsblk_expected_size_output: 45G

0 comments on commit 696c51d

Please sign in to comment.