Message ID | 20240910115131.28766-3-philmd@linaro.org |
---|---|
State | New |
Headers | show |
Series | license: Fix typos and update deprecated SPDX tags | expand |
On 10/09/2024 13.51, Philippe Mathieu-Daudé wrote: > 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> > --- > 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 Reviewed-by: Thomas Huth <thuth@redhat.com>
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
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> --- tests/functional/test_netdev_ethtool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)