kumquat-buildroot/support/testing/tests/core
Thomas Petazzoni 0a5c9f824a support/testing/tests: fix flake8 warnings
Fixes the following flake8 warnings:

support/testing/tests/core/test_selinux.py:21:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:38:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:51:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:62:1: E302 expected 2 blank lines, found 1
support/testing/tests/core/test_selinux.py:65:14: E127 continuation line over-indented for visual indent
support/testing/tests/init/test_systemd_selinux.py:53:1: E302 expected 2 blank lines, found 1
support/testing/tests/init/test_systemd_selinux.py:64:1: E302 expected 2 blank lines, found 1

Interestingly, the "continuation line over-indented for visual indent"
shows up only once, while the same pattern is there at multiple places
in the file. We fix all places with that over-indentation pattern.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2020-11-06 08:11:25 +01:00
..
rootfs-overlay1
rootfs-overlay2/etc
test_selinux support/testing/tests/core/test_selinux: new tests for the packages SELinux functionalities 2020-10-06 15:30:12 +02:00
__init__.py
device_table2.txt support/testing: add test for file capabilities 2018-08-10 08:25:51 +02:00
post-build.sh tests: add test for post-fakeroot script 2018-01-15 21:37:45 +01:00
post-fakeroot.sh tests: add test for post-fakeroot script 2018-01-15 21:37:45 +01:00
post-image.sh tests: add test for post-fakeroot script 2018-01-15 21:37:45 +01:00
squashfs-xattr-kernel.config support/testing: add test for file capabilities 2018-08-10 08:25:51 +02:00
test_file_capabilities.py support/testing: add test for file capabilities 2018-08-10 08:25:51 +02:00
test_hardening.py support/testing: factor out run_cmd_on_host 2019-08-11 22:11:58 +02:00
test_post_scripts.py support/testing: switch to Python 3 only 2019-10-28 22:14:07 +01:00
test_root_password.py support/testing: new test for root password 2019-08-13 22:30:41 +02:00
test_rootfs_overlay.py support/testing: fix code style 2017-10-06 18:56:49 +02:00
test_selinux.py support/testing/tests: fix flake8 warnings 2020-11-06 08:11:25 +01:00
test_timezone.py support/testing/tests/core/test_timezone.py: fix indentation 2020-08-14 21:56:08 +02:00