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
post-build.sh
post-fakeroot.sh
post-image.sh
squashfs-xattr-kernel.config
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
test_root_password.py
test_rootfs_overlay.py
test_selinux.py support/testing/tests: fix flake8 warnings 2020-11-06 08:11:25 +01:00
test_timezone.py