Skip to content

Commit

Permalink
Add parameters to test_filesystem_create_specified_size_limit
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Oct 23, 2023
1 parent eb27985 commit 3615cf6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stratis_cli_cert.py
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,8 @@ def test_filesystem_create_specified_size_limit(self):
"create",
make_test_pool(StratisCliCertify.DISKS[0:1]),
filesystem_name,
"--size=8TiB",
"--size=512GiB",
"--size-limit=1024GiB",
],
0,
True,
Expand Down

0 comments on commit 3615cf6

Please sign in to comment.