diff options
| -rwxr-xr-x | smoketest/scripts/system/test_module_load.py | 2 |
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"], |
