mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-24 19:56:35 +00:00
support/testing: test_syslinux: fix flake8 errors
Reported by gitlab: https://gitlab.com/kubu93/buildroot/-/jobs/499374911 Signed-off-by: Romain Naour <romain.naour@gmail.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
bffce31ec1
commit
6fa5278511
@ -1,5 +1,6 @@
|
||||
import infra.basetest
|
||||
|
||||
|
||||
class TestSysLinuxBase(infra.basetest.BRTest):
|
||||
x86_toolchain_config = \
|
||||
"""
|
||||
@ -46,6 +47,7 @@ class TestSysLinuxBase(infra.basetest.BRTest):
|
||||
BR2_TARGET_SYSLINUX_EFI=y
|
||||
"""
|
||||
|
||||
|
||||
class TestSysLinuxX86LegacyBios(TestSysLinuxBase):
|
||||
config = \
|
||||
TestSysLinuxBase.x86_toolchain_config + \
|
||||
@ -55,6 +57,7 @@ class TestSysLinuxX86LegacyBios(TestSysLinuxBase):
|
||||
def test_run(self):
|
||||
pass
|
||||
|
||||
|
||||
class TestSysLinuxX86EFI(TestSysLinuxBase):
|
||||
config = \
|
||||
TestSysLinuxBase.x86_toolchain_config + \
|
||||
@ -64,6 +67,7 @@ class TestSysLinuxX86EFI(TestSysLinuxBase):
|
||||
def test_run(self):
|
||||
pass
|
||||
|
||||
|
||||
class TestSysLinuxX86_64LegacyBios(TestSysLinuxBase):
|
||||
config = \
|
||||
TestSysLinuxBase.x86_64_toolchain_config + \
|
||||
@ -73,6 +77,7 @@ class TestSysLinuxX86_64LegacyBios(TestSysLinuxBase):
|
||||
def test_run(self):
|
||||
pass
|
||||
|
||||
|
||||
class TestSysLinuxX86_64EFI(TestSysLinuxBase):
|
||||
config = \
|
||||
TestSysLinuxBase.x86_64_toolchain_config + \
|
||||
|
Loading…
x
Reference in New Issue
Block a user