]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/functional/s390x/test_pxelinux: Fix warnings from pylint
authorThomas Huth <thuth@redhat.com>
Fri, 12 Sep 2025 08:52:51 +0000 (10:52 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 24 Sep 2025 06:26:03 +0000 (08:26 +0200)
commitfa1bc5c8c3302b2fefd99e13227165bfac1f59dd
treeaf2d6b20589282b6a8970e2e274ddcefb506328f
parent6096dfa6c5cedf1e4e9ae04b27fb238ef390047f
tests/functional/s390x/test_pxelinux: Fix warnings from pylint

pylint complains about wrong indentation in one of the lines and
that the pxelinux_cfg_contents is a constant that should be written
with capital letters. While we're at it, also add the missing doc
strings.

Reviewed-by: Jared Rossi <jrossi@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Message-ID: <20250912085251.274294-1-thuth@redhat.com>
tests/functional/s390x/test_pxelinux.py