summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_interfaces_bonding.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-08 16:28:56 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-08 16:28:56 +0100
commitb01fd3e053f20876f19dff6f0d2e58ed0e7394e3 (patch)
treec3a48cffadbd8f9d04d04e8bd7acbecfe7a9ef39 /smoketest/scripts/cli/test_interfaces_bonding.py
parentb72e2a13e11d28a7b0345c2b496db46221e049f5 (diff)
downloadvyos-1x-b01fd3e053f20876f19dff6f0d2e58ed0e7394e3.tar.gz
vyos-1x-b01fd3e053f20876f19dff6f0d2e58ed0e7394e3.zip
smoketest: bridge: bond: enable ip subsystem tests
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_bonding.py')
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_bonding.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_bonding.py b/smoketest/scripts/cli/test_interfaces_bonding.py
index a35682b7c..d73ff09e9 100755
--- a/smoketest/scripts/cli/test_interfaces_bonding.py
+++ b/smoketest/scripts/cli/test_interfaces_bonding.py
@@ -26,6 +26,7 @@ from vyos.util import read_file
class BondingInterfaceTest(BasicInterfaceTest.BaseTest):
def setUp(self):
+ self._test_ip = True
self._test_mtu = True
self._test_vlan = True
self._test_qinq = True