Skip to content

Commit

Permalink
test: Remove a race in TestStorageStratis.testAtBoot
Browse files Browse the repository at this point in the history
We need for Cockpit to recognize that the filesystem is mounted before
deleting it so that the teardown actions can be done correctly.
  • Loading branch information
mvollmer authored and martinpitt committed Apr 14, 2023
1 parent bcedbba commit 137357f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-storage-stratis
Original file line number Diff line number Diff line change
Expand Up @@ -411,6 +411,7 @@ class TestStorageStratis(StorageCase):
'mount_point': '/foo',
'at_boot': at_boot})
b.wait_in_text("#detail-content", "fsys1")
self.wait_mounted(1, 1)

def destroy():
self.content_dropdown_action(1, "Delete")
Expand Down

0 comments on commit 137357f

Please sign in to comment.