support/testing: test_hardening fix flake8 whitespace
Resolves: support/testing/tests/core/test_hardening.py:25:42: E231 missing whitespace after ',' Signed-off-by: Matthew Weber <matthew.weber@rockwellcollins.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
76fdc787cc
commit
aa2eb4bd64
@ -22,7 +22,7 @@ class TestHardeningBase(infra.basetest.BRTest):
|
|||||||
# BR2_TARGET_ROOTFS_TAR is not set
|
# BR2_TARGET_ROOTFS_TAR is not set
|
||||||
"""
|
"""
|
||||||
|
|
||||||
checksec_files = ["usr/sbin/lighttpd","bin/busybox"]
|
checksec_files = ["usr/sbin/lighttpd", "bin/busybox"]
|
||||||
|
|
||||||
def checksec_run(self, target_file):
|
def checksec_run(self, target_file):
|
||||||
filepath = os.path.join(self.builddir, "target", target_file)
|
filepath = os.path.join(self.builddir, "target", target_file)
|
||||||
|
Loading…
Reference in New Issue
Block a user