aboutsummaryrefslogtreecommitdiff
path: root/test/py/tests/test_efi_secboot/test_authvar.py
diff options
context:
space:
mode:
authorAKASHI Takahiro <takahiro.akashi@linaro.org>2020-07-08 14:01:58 +0900
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2020-07-11 23:14:16 +0200
commit91d2b6216b643f4c932b594d186b31d49a53deeb (patch)
tree5e2d195cdb5a2eca4ad25212c6c3d9192f0ef6e7 /test/py/tests/test_efi_secboot/test_authvar.py
parent7926dfb579cb17efc62ede2ce6d5c0a6f7e2f855 (diff)
test/py: efi_secboot: apply autopep8
Python's autopep8 can automatically correct some of warnings from pylint and rewrite the code in a pretty print format. So just do it. Suggested-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Diffstat (limited to 'test/py/tests/test_efi_secboot/test_authvar.py')
-rw-r--r--test/py/tests/test_efi_secboot/test_authvar.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/py/tests/test_efi_secboot/test_authvar.py b/test/py/tests/test_efi_secboot/test_authvar.py
index 148aa3123e..359adba4b4 100644
--- a/test/py/tests/test_efi_secboot/test_authvar.py
+++ b/test/py/tests/test_efi_secboot/test_authvar.py
@@ -11,6 +11,7 @@ This test verifies variable authentication
import pytest
from defs import *
+
@pytest.mark.boardspec('sandbox')
@pytest.mark.buildconfigspec('efi_secure_boot')
@pytest.mark.buildconfigspec('cmd_fat')