summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsmoketest/scripts/system/test_kernel_options.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/smoketest/scripts/system/test_kernel_options.py b/smoketest/scripts/system/test_kernel_options.py
index 3cc22da07..48536da08 100755
--- a/smoketest/scripts/system/test_kernel_options.py
+++ b/smoketest/scripts/system/test_kernel_options.py
@@ -52,7 +52,7 @@ class TestKernelModules(unittest.TestCase):
def test_bridge_interface(self):
# The bridge interface must be enabled in the OS Kernel
- for option in ['CONFIG_BRIDGE',
+ for option in ['CONFIG_STP', 'CONFIG_BRIDGE',
'CONFIG_BRIDGE_IGMP_SNOOPING',
'CONFIG_BRIDGE_VLAN_FILTERING']:
tmp = re.findall(f'{option}=(y|m)', self._config_data)