From: Philippe Mathieu-Daudé Date: Wed, 11 Sep 2024 15:12:02 +0000 (+0200) Subject: tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0475d4dd00d46623798d04bf75bcd4876b07e827;p=qemu.git tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag Cc: Alex Bennée Fixes: 9f95111474 ("tests/avocado: re-factor igb test to avoid timeouts") Signed-off-by: Philippe Mathieu-Daudé Reviewed-by: Thomas Huth Reviewed-by: Richard Henderson Signed-off-by: Michael Tokarev --- diff --git a/tests/functional/test_netdev_ethtool.py b/tests/functional/test_netdev_ethtool.py index d5b911c918..ee1a397bd2 100755 --- a/tests/functional/test_netdev_ethtool.py +++ b/tests/functional/test_netdev_ethtool.py @@ -5,7 +5,7 @@ # This test leverages ethtool's --test sequence to validate network # device behaviour. # -# SPDX-License-Identifier: GPL-2.0-or-late +# SPDX-License-Identifier: GPL-2.0-or-later from unittest import skip from qemu_test import QemuSystemTest, Asset