Skip to content

Commit

Permalink
Merge pull request #2749 from c-po/kernel-6.6
Browse files Browse the repository at this point in the history
smoketests: T5887: remove IXGB driver
  • Loading branch information
c-po committed Jan 4, 2024
2 parents 3fc7650 + 8eabba3 commit fb4b97b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smoketest/scripts/system/test_module_load.py
Original file line number Diff line number Diff line change
@@ -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 fb4b97b

Please sign in to comment.