Skip to content

Commit

Permalink
Merge pull request #2754 from vyos/mergify/bp/sagitta/pr-2749
Browse files Browse the repository at this point in the history
smoketests: T5887: remove IXGB driver (backport #2749)
  • Loading branch information
c-po committed Jan 4, 2024
2 parents 598fed9 + 7376b16 commit 6067b11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -18,7 +18,7 @@
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",
Expand Down

0 comments on commit 6067b11

Please sign in to comment.