add custom btrfs partitioning test for blivet-gui
ClosedPublic

Authored by jsedlak on May 10 2017, 12:25 PM.

Details

Summary

This adds remaining btrfs test for blivet-gui. I've installed
Fedora on btrfs using legacy partitioning GUI and then tried to replicate
the same partitioning using blivet-gui. I've NOT created separate btrfs
subvolume for "/home", as it's not necessary for testcase (it tests btrfs
subvolumes by using subvolume for "/") and it would complicate things.

Test Plan

Run custom_blivet_btrfs test.

Diff Detail

Repository
rOPENQATESTS os-autoinst-distri-fedora
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
jsedlak created this revision.May 10 2017, 12:25 PM
jsedlak updated this revision to Diff 3036.May 17 2017, 12:00 PM
  • correct comment about number of disks in custom btrfs
adamwill accepted this revision.May 18 2017, 7:03 PM

Looks fine, assuming it really does create a btrfs volume with a / subvolume.

Note: I think the priority for all x86_64 blivet tests should match the priority for the x86_64 custom part tests. prio 90 is, IIRC, the value we use for i386 tests, since they're less important than x86_64, to ensure they run last.

This revision is now accepted and ready to land.May 18 2017, 7:03 PM
This revision was automatically updated to reflect the committed changes.