diff options
author | Daniil Baturin <daniil@baturin.org> | 2019-07-03 03:14:16 +0700 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2019-07-03 03:14:16 +0700 |
commit | 630f398bd23fbfe4e927bf042a7afd3a44f47e08 (patch) | |
tree | 834f61706f2106d7d0c56fc910e50e39fe7582f4 /scripts | |
parent | 24e40c6b70d9b4f7ebf1e02bace5794009b0c1b6 (diff) | |
download | vyos-1x-630f398bd23fbfe4e927bf042a7afd3a44f47e08.tar.gz vyos-1x-630f398bd23fbfe4e927bf042a7afd3a44f47e08.zip |
Remove unncesessary lines.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/test_module_load.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/test_module_load.py b/scripts/test_module_load.py index a4f3a62eb..c96229b92 100755 --- a/scripts/test_module_load.py +++ b/scripts/test_module_load.py @@ -3,10 +3,6 @@ import sys import os -MODULES_INTEL = "e1000 e1000e igb ixgb ixgbe ixgbevf i40e i40evf" -MODULES_ACCEL_PPP = "ipoe" -MODULES_MISC = "wireguard" - modules = { "intel": ["e1000", "e1000e", "igb", "ixgb", "ixgbe", "ixgbevf", "i40e", "i40evf"], "accel_ppp": ["ipoe"], |