From: Liam Merwick Date: Mon, 27 Jan 2020 16:36:31 +0000 (+0000) Subject: tests/boot_linux_console: fix extract_from_deb() comment X-Git-Tag: qemu-xen-4.14.0~153^2~31 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=45260388727542264d2e09a9013a4e09c45dbe02;p=qemu-xen.git tests/boot_linux_console: fix extract_from_deb() comment The second param in extract_from_deb() is 'path' not 'file' Signed-off-by: Liam Merwick Reviewed-by: Stefano Garzarella Reviewed-by: Wainer dos Santos Moschetta Reviewed-by: Philippe Mathieu-Daudé Message-Id: <1580142994-1836-4-git-send-email-liam.merwick@oracle.com> Signed-off-by: Philippe Mathieu-Daudé --- diff --git a/tests/acceptance/boot_linux_console.py b/tests/acceptance/boot_linux_console.py index dca0a940ab..d22cd67a6e 100644 --- a/tests/acceptance/boot_linux_console.py +++ b/tests/acceptance/boot_linux_console.py @@ -40,7 +40,7 @@ class BootLinuxConsole(Test): Extracts a file from a deb package into the test workdir :param deb: path to the deb archive - :param file: path within the deb archive of the file to be extracted + :param path: path within the deb archive of the file to be extracted :returns: path of the extracted file """ cwd = os.getcwd()