diff options
author | Philippe Mathieu-Daudé <philmd@linaro.org> | 2024-09-11 17:12:02 +0200 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2024-09-20 10:11:59 +0300 |
commit | 0475d4dd00d46623798d04bf75bcd4876b07e827 (patch) | |
tree | 47879af517fae324b00adbbbe4d10eb63e4d2b62 /tests/functional | |
parent | 4e432a1624ba96981cc4b640b1dc2a95ee2b659a (diff) |
tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag
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>
Diffstat (limited to 'tests/functional')
-rwxr-xr-x | tests/functional/test_netdev_ethtool.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |