tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 11 Sep 2024 15:12:02 +0000 (17:12 +0200)
committerMichael Tokarev <mjt@tls.msk.ru>
Fri, 20 Sep 2024 07:11:59 +0000 (10:11 +0300)
Cc: Alex Bennée <alex.bennee@linaro.org>
Fixes: 9f95111474 ("tests/avocado: re-factor igb test to avoid timeouts")
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
tests/functional/test_netdev_ethtool.py

index d5b911c9183477d5ad34d9902078332d790bc8b4..ee1a397bd240b000e901b004e38fe3f054ff57bd 100755 (executable)
@@ -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