Skip to content

Commit

Permalink
tests: remove support for the MD linear RAID level
Browse files Browse the repository at this point in the history
  • Loading branch information
KKoukiou committed Sep 20, 2024
1 parent 56b0c7c commit 6e097af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ def test_get_default_file_system(self):
def test_get_supported_raid_levels(self):
"""Test GetSupportedRaidLevels."""
assert self.interface.GetSupportedRaidLevels(DEVICE_TYPE_MD) == \
['linear', 'raid0', 'raid1', 'raid10', 'raid4', 'raid5', 'raid6']
['raid0', 'raid1', 'raid10', 'raid4', 'raid5', 'raid6']

@patch('pyanaconda.modules.storage.partitioning.interactive.utils.get_format')
@patch('pyanaconda.modules.storage.partitioning.interactive.utils.platform', new_callable=EFI)
Expand Down

0 comments on commit 6e097af

Please sign in to comment.