Skip to content

Commit

Permalink
Add additional arguments for pool creation
Browse files Browse the repository at this point in the history
Signed-off-by: mulhern <[email protected]>
  • Loading branch information
mulkieran committed Jan 3, 2025
1 parent d842ceb commit b1f8f53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions testlib/dbus.py
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,9 @@ def pool_create(
devices,
(True, key_desc) if key_desc is not None else (False, ""),
(True, clevis_info) if clevis_info is not None else (False, ("", "")),
(False, 0),
(False, ""),
(False, 0),
timeout=StratisDbus._TIMEOUT,
)

Expand Down

0 comments on commit b1f8f53

Please sign in to comment.