diff options
author | Christian Breunig <christian@breunig.cc> | 2023-07-22 20:52:56 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-07-22 20:53:41 +0200 |
commit | e4f3bcc7083c554866cdb0b625ea4991ed0d7f32 (patch) | |
tree | 7b946b30e454341202b6a6f3310212ec0827c380 /smoketest | |
parent | c67db6bc118bba219f9cc41a3a0192f772e795e8 (diff) | |
download | vyos-1x-e4f3bcc7083c554866cdb0b625ea4991ed0d7f32.tar.gz vyos-1x-e4f3bcc7083c554866cdb0b625ea4991ed0d7f32.zip |
smoketest: T4947: check for OpenVPN DCO Kernel module
Diffstat (limited to 'smoketest')
-rwxr-xr-x | smoketest/scripts/system/test_module_load.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smoketest/scripts/system/test_module_load.py b/smoketest/scripts/system/test_module_load.py index 69365761f..9d94f01e6 100755 --- a/smoketest/scripts/system/test_module_load.py +++ b/smoketest/scripts/system/test_module_load.py @@ -23,7 +23,8 @@ modules = { "intel_qat": ["qat_200xx", "qat_200xxvf", "qat_c3xxx", "qat_c3xxxvf", "qat_c62x", "qat_c62xvf", "qat_d15xx", "qat_d15xxvf", "qat_dh895xcc", "qat_dh895xccvf"], - "accel_ppp": ["ipoe", "vlan_mon"] + "accel_ppp": ["ipoe", "vlan_mon"], + "openvpn": ["ovpn-dco-v2"] } class TestKernelModules(unittest.TestCase): |