tests/functional: remove pointless with statement
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 29 Nov 2024 17:31:02 +0000 (17:31 +0000)
committerThomas Huth <thuth@redhat.com>
Wed, 11 Dec 2024 08:19:12 +0000 (09:19 +0100)
commitf29c96d0f5760f72220623500ee659f1fc2d1542
treee23123a59f9c56c25684e25abdd18c4ef6ab7987
parent6d509f637e2ee98b1ed106018b69780a4dd3c255
tests/functional: remove pointless with statement

The xorriso command directly writes to 'filename', so the surrounding
'with' statement is pointless.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20241129173120.761728-5-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/functional/test_ppc64_hv.py