]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
tests/functional/alpha: Remove superfluous fetch() line from the clipper test
authorThomas Huth <thuth@redhat.com>
Fri, 10 Oct 2025 14:45:25 +0000 (16:45 +0200)
committerThomas Huth <thuth@redhat.com>
Thu, 16 Oct 2025 15:44:32 +0000 (17:44 +0200)
The kernel asset is retrieved automatically via the uncompress()
line below the fetch(), so the fetch() is simply not necessary here.

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20251010144525.842462-1-thuth@redhat.com>

tests/functional/alpha/test_clipper.py

index c5d71819531529b1ed5c26d684889988741bed62..d2a4c2a4ed94e38ae72358f3637b23f2a65df28d 100755 (executable)
@@ -17,7 +17,6 @@ class AlphaClipperTest(LinuxKernelTest):
 
     def test_alpha_clipper(self):
         self.set_machine('clipper')
-        kernel_path = self.ASSET_KERNEL.fetch()
 
         uncompressed_kernel = self.uncompress(self.ASSET_KERNEL, format="gz")