[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 1/5] tests/functional: Correct typo in test_netdev_ethtool.py
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v3 1/5] tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag |
Date: |
Wed, 11 Sep 2024 17:12:02 +0200 |
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>
---
tests/functional/test_netdev_ethtool.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.45.2
- [PATCH v3 0/5] license: Fix typos and update SPDX tags, Philippe Mathieu-Daudé, 2024/09/11
- [PATCH v3 1/5] tests/functional: Correct typo in test_netdev_ethtool.py SPDX tag,
Philippe Mathieu-Daudé <=
- [PATCH v3 2/5] license: Simplify GPL-2.0-or-later license descriptions, Philippe Mathieu-Daudé, 2024/09/11
- [PATCH v3 3/5] license: Update deprecated SPDX tag LGPL-2.0+ to LGPL-2.0-or-later, Philippe Mathieu-Daudé, 2024/09/11
- [PATCH v3 4/5] license: Update deprecated SPDX tag GPL-2.0+ to GPL-2.0-or-later, Philippe Mathieu-Daudé, 2024/09/11
- [PATCH v3 5/5] license: Update deprecated SPDX tag GPL-2.0 to GPL-2.0-only, Philippe Mathieu-Daudé, 2024/09/11
- Re: [PATCH v3 0/5] license: Fix typos and update SPDX tags, Michael Tokarev, 2024/09/20