kumquat-buildroot/support/testing/tests/core
Arnout Vandecappelle (Essensium/Mind) d721c95b8b support: fix flake8 error E741 ambiguous variable name
A recent update of flake8 in CI introduced a new check E741. It
basically checks that variables are at least 3 characters long. Up to
now, however, we have used shorter names in some places - all of them
turn out to be "l" for a line of text.

Replace all those "l" variables with "line".

Fixes: https://gitlab.com/buildroot.org/buildroot/-/jobs/1687009829
partially:
support/scripts/boot-qemu-image.py:47:21: E741 ambiguous variable name 'l'
support/scripts/check-dotconfig.py:20:38: E741 ambiguous variable name 'l'
support/scripts/size-stats:76:13: E741 ambiguous variable name 'l'
support/testing/tests/core/test_bad_arch.py:17:32: E741 ambiguous variable name 'l'
support/testing/tests/package/test_python_treq.py:10:30: E741 ambiguous variable name 'l'
support/testing/tests/toolchain/test_external.py:30:42: E741 ambiguous variable name 'l'

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
2021-10-18 22:31:11 +02:00
..
br2-external/detect-bad-arch support/testing/tests: add test for check_bin_arch 2021-08-29 11:37:32 +02:00
cpeid-br2-external package: drop _CPE_ID_VALID, use _CPE_ID_VENDOR 2021-03-06 17:18:07 +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_bad_arch.py support: fix flake8 error E741 ambiguous variable name 2021-10-18 22:31:11 +02:00
test_cpeid.py package: drop _CPE_ID_VALID, use _CPE_ID_VENDOR 2021-03-06 17:18:07 +01:00
test_file_capabilities.py support/testing: test_file_capabilities: bump to kernel 4.19.204 2021-09-21 22:19:04 +02:00
test_hardening.py support/testing: test_hardening disable PIC/PIE 2021-05-18 22:15:36 +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