diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-09-03 23:23:40 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-09-03 23:23:40 +0200 |
commit | b6b61bc9ecf1328e67a0c15934f8bf3966a6b66d (patch) | |
tree | f69f9ab9b9c64035993dabac8662fba5470ae7c3 /smoketest/scripts/system/test_module_load.py | |
parent | 04665fd813bebeb8a4c7951fcc9979c09987f41a (diff) | |
download | vyos-1x-b6b61bc9ecf1328e67a0c15934f8bf3966a6b66d.tar.gz vyos-1x-b6b61bc9ecf1328e67a0c15934f8bf3966a6b66d.zip |
smoketest: kernel: try loading Intel QAT drivers
Diffstat (limited to 'smoketest/scripts/system/test_module_load.py')
-rwxr-xr-x | smoketest/scripts/system/test_module_load.py | 1 |
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"] } |