Skip to content

Commit

Permalink
WIP - test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mvollmer committed Nov 16, 2023
1 parent a1b74d5 commit 46a23af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/verify/check-storage-luks
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,15 @@ class TestStorageLuks(storagelib.StorageCase):

# Lock it
b.click(self.card_button("Unformatted data", "Lock"))
b.wait_visible(self.card("Locked encrypted data"))
b.wait_visible(self.card("Locked data"))

# Make it readonly
b.click(self.card_desc_action("Encryption", "Options"))
self.dialog({"options": "readonly"})
self.assertNotEqual(m.execute("grep readonly /etc/crypttab"), "")

# Unlock it
b.click(self.card_button("Locked encrypted data", "Unlock"))
b.click(self.card_button("Locked data", "Unlock"))
self.dialog({"passphrase": "vainu-reku-toma-rolle-kaja"})

# Try to format it, just for kicks
Expand Down

0 comments on commit 46a23af

Please sign in to comment.