]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: make tuxrun disk images writable
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 25 Oct 2024 09:26:58 +0000 (10:26 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 4 Nov 2024 13:16:11 +0000 (14:16 +0100)
commitc9daf680d1ea34097f367527046a9229279aa1e9
treeb1fd5b4c38d3e598f25985dffc8e55843dcba4b9
parent9094f7c9340efc238e562420b3eb13c5e508a9af
tests/functional: make tuxrun disk images writable

The zstd command will preserve the input archive permissions on the
output file. So when we decompress the readonly cached image, the
resulting per-test run private disk image will also be readonly.
We need it to be writable, so make it so.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241025092659.2312118-2-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/qemu_test/tuxruntest.py