summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-05-12 06:08:18 +0200
committerGitHub <noreply@github.com>2026-05-12 06:08:18 +0200
commit62fdfa3fda87b12a1caba68ed6428ff8f6936a3a (patch)
tree7ef270e46628053bed0a096be05cd81976b3d260
parent3c0548641701e6531e80971845503aa7e9497031 (diff)
parent38e21db24b41c4f0ea7fbbbcfe478ae4bc7f8447 (diff)
downloadvyos-1x-62fdfa3fda87b12a1caba68ed6428ff8f6936a3a.tar.gz
vyos-1x-62fdfa3fda87b12a1caba68ed6428ff8f6936a3a.zip
Merge pull request #5183 from c-po/ice-i40e
smoketest: T6847: probe for Intel I40E and IAVF Out-Of-Tree drivers
-rwxr-xr-xsmoketest/scripts/system/test_module_load.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/system/test_module_load.py b/smoketest/scripts/system/test_module_load.py
index 5570d74df..74cfdd663 100755
--- a/smoketest/scripts/system/test_module_load.py
+++ b/smoketest/scripts/system/test_module_load.py
@@ -19,7 +19,7 @@ from vyos.utils.process import cmd
modules = {
"intel": ["e1000", "e1000e", "igb", "ixgbe", "ixgbevf", "i40e",
- "i40evf", "iavf"],
+ "iavf", "ice"],
"intel_qat": ["qat_200xx", "qat_200xxvf", "qat_c3xxx", "qat_c3xxxvf",
"qat_c62x", "qat_c62xvf", "qat_d15xx", "qat_d15xxvf",
"qat_dh895xcc", "qat_dh895xccvf"],