summaryrefslogtreecommitdiff
path: root/smoketest/scripts/system
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-09-03 23:23:40 +0200
committerChristian Poessinger <christian@poessinger.com>2020-09-03 23:23:40 +0200
commitb6b61bc9ecf1328e67a0c15934f8bf3966a6b66d (patch)
treef69f9ab9b9c64035993dabac8662fba5470ae7c3 /smoketest/scripts/system
parent04665fd813bebeb8a4c7951fcc9979c09987f41a (diff)
downloadvyos-1x-b6b61bc9ecf1328e67a0c15934f8bf3966a6b66d.tar.gz
vyos-1x-b6b61bc9ecf1328e67a0c15934f8bf3966a6b66d.zip
smoketest: kernel: try loading Intel QAT drivers
Diffstat (limited to 'smoketest/scripts/system')
-rwxr-xr-xsmoketest/scripts/system/test_module_load.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/system/test_module_load.py b/smoketest/scripts/system/test_module_load.py
index 59c3e0b6a..c3cf0ff92 100755
--- a/smoketest/scripts/system/test_module_load.py
+++ b/smoketest/scripts/system/test_module_load.py
@@ -19,6 +19,7 @@ import unittest
modules = {
"intel": ["e1000", "e1000e", "igb", "ixgb", "ixgbe", "ixgbevf", "i40e", "i40evf", "iavf"],
+ "intel_qat": ["qat_c3xxx", "qat_c3xxxvf", "qat_c62x", "qat_c62xvf", "qat_d15xx", "qat_d15xxvf", "qat_dh895xcc", "qat_dh895xccvf", "usdm_drv"],
"accel_ppp": ["ipoe", "vlan_mon"],
"misc": ["wireguard"]
}