tests/functional/alpha: Remove superfluous fetch() line from the clipper test
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>
This commit is contained in:
parent
dd10dbe617
commit
420f6c0417
1 changed files with 0 additions and 1 deletions
|
|
@ -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")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue