Replace blivet tests with custom GUI tests #51

Merged
akatch merged 15 commits from issue_9 into develop 2021-10-26 15:56:01 +00:00
Showing only changes of commit 5c7dd9a579 - Show all commits

View File

@ -20,7 +20,7 @@ sub run {
#custom_add_partition(filesystem => 'ext4', mountpoint => '/');
custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => '/boot', devicetype => 'standard_partition');
custom_add_partition(filesystem => 'ext4', size => 512, mountpoint => 'swap');
custom_add_partition(filesystem => 'swap', size => 512, mountpoint => 'swap');
custom_add_partition(filesystem => 'ext4', mountpoint => '/', devicetype => 'standard_partition');
assert_and_click "anaconda_spoke_done";