diff options
author | Christian Breunig <christian@breunig.cc> | 2024-01-04 18:44:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 18:44:54 +0100 |
commit | 6067b11bb045d34ddd66ef6b659dc14ae9ecb4d4 (patch) | |
tree | eba21c4c4950a30c043f503049b538727fe59b46 | |
parent | 598fed91068401d5ed259ea742820248d851d246 (diff) | |
parent | 7376b161fa915d2a308102637dbbc4a10f7bb06e (diff) | |
download | vyos-1x-6067b11bb045d34ddd66ef6b659dc14ae9ecb4d4.tar.gz vyos-1x-6067b11bb045d34ddd66ef6b659dc14ae9ecb4d4.zip |
Merge pull request #2754 from vyos/mergify/bp/sagitta/pr-2749
smoketests: T5887: remove IXGB driver (backport #2749)
-rwxr-xr-x | smoketest/scripts/system/test_module_load.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/smoketest/scripts/system/test_module_load.py b/smoketest/scripts/system/test_module_load.py index 9d94f01e6..fc60c7220 100755 --- a/smoketest/scripts/system/test_module_load.py +++ b/smoketest/scripts/system/test_module_load.py @@ -1,6 +1,6 @@ #!/usr/bin/env python3 # -# Copyright (C) 2019-2023 VyOS maintainers and contributors +# Copyright (C) 2019-2024 VyOS maintainers and contributors # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License version 2 or later as @@ -18,7 +18,7 @@ import unittest from vyos.utils.process import cmd modules = { - "intel": ["e1000", "e1000e", "igb", "ixgb", "ixgbe", "ixgbevf", "i40e", + "intel": ["e1000", "e1000e", "igb", "ixgbe", "ixgbevf", "i40e", "i40evf", "iavf"], "intel_qat": ["qat_200xx", "qat_200xxvf", "qat_c3xxx", "qat_c3xxxvf", "qat_c62x", "qat_c62xvf", "qat_d15xx", "qat_d15xxvf", |