tests/functional: Fix the ppc64_hv and the ppc_40p test for read-only assets
authorThomas Huth <thuth@redhat.com>
Tue, 5 Nov 2024 16:09:26 +0000 (17:09 +0100)
committerThomas Huth <thuth@redhat.com>
Fri, 8 Nov 2024 05:13:34 +0000 (06:13 +0100)
commitdd6402b34fa71e7c576909afac6602eb32b5ed37
tree1dab670880b2ae2374bd26c87c727348b77360ee
parentfeda2611b98ae962efbcacce9352636798213e5f
tests/functional: Fix the ppc64_hv and the ppc_40p test for read-only assets

Since commit 786bc2255256, cached asset files are read-only, so now we've
got to use "read-only=true" in tests that try to use these files directly.

Fixes: 786bc22552 ("tests/functional: make cached asset files read-only")
Message-ID: <20241105160926.393852-1-thuth@redhat.com>
Reviewed-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/test_ppc64_hv.py
tests/functional/test_ppc_40p.py