Skip to content

Commit

Permalink
test: Allow unknown size in growpart test
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRealFalcon committed Nov 14, 2024
1 parent 3682325 commit 28055d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_tests/modules/test_growpart.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def test_grow_part(self, client: IntegrationInstance):
log = client.read_from_file("/var/log/cloud-init.log")
assert (
"cc_growpart.py[INFO]: '/dev/sdb1' resized:"
" changed (/dev/sdb1) from" in log
" changed (/dev/sdb1)" in log
)

lsblk = json.loads(client.execute("lsblk --json"))
Expand Down

0 comments on commit 28055d7

Please sign in to comment.