test/py: Fix a problem with setup_image
authorTom Rini <trini@konsulko.com>
Thu, 20 Mar 2025 13:59:25 +0000 (07:59 -0600)
committerTom Rini <trini@konsulko.com>
Tue, 8 Apr 2025 19:51:09 +0000 (13:51 -0600)
commit2c092875abfd9269a34b3cc03930066fda53a476
tree31ed5b8caed91ed4b24e25c07d58a028c86f5a2f
parentfce92e304fcd8bdba522a43aeef12cc3b0b2df56
test/py: Fix a problem with setup_image

While we can be passed an image size to use, we always called qemu-img
with 20M as the size. Fix this by using the size parameter.

Signed-off-by: Tom Rini <trini@konsulko.com>
test/py/tests/fs_helper.py