Skip to content

Commit

Permalink
tests: unselecting disk encryption is done by default
Browse files Browse the repository at this point in the history
Remove unneeded code. See _steps_callbacks[DISK_ENCRYPTION].
  • Loading branch information
KKoukiou committed Jul 8, 2024
1 parent 79b4545 commit 62e184b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/check-storage-reclaim
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ class TestStorageUseFreeSpaceScenario(anacondalib.VirtInstallMachineCase, Storag
s.reclaim_check_checkbox(True, False)
s.reclaim_set_checkbox(False)

i.next()
s.check_encryption_selected(False)
i.reach(i.steps.REVIEW)

r.check_disk_row(dev, "/", "vda5, LVM", "8.59 GB", True, "xfs")
Expand Down Expand Up @@ -147,7 +145,6 @@ class TestStorageUseFreeSpaceScenario(anacondalib.VirtInstallMachineCase, Storag
s.reclaim_check_available_space("9.66 GB")

s.reclaim_modal_submit()
s.check_encryption_selected(False)
i.reach(i.steps.REVIEW)

r.check_disk_row(dev, parent="vda4", action="delete")
Expand All @@ -172,7 +169,6 @@ class TestStorageUseFreeSpaceScenarioExistingSystemFedora(anacondalib.VirtInstal
s.reclaim_remove_device("vda4")
s.reclaim_modal_submit()

s.check_encryption_selected(False)
i.reach(i.steps.REVIEW)
r.check_affected_system("Fedora Linux", [("vda4", ["home", "root", "var"])])

Expand Down

0 comments on commit 62e184b

Please sign in to comment.