summaryrefslogtreecommitdiff
path: root/smoketest/scripts/cli/test_interfaces_bonding.py
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-01-25 16:26:47 +0100
committerChristian Poessinger <christian@poessinger.com>2021-01-25 16:27:09 +0100
commit99f4140d1c5b1813c75790a8a99aae8fa84d13ee (patch)
tree70d82869ee4b7a4dd9e935b9ea3440e07c68f68f /smoketest/scripts/cli/test_interfaces_bonding.py
parent836c4724018e4d184b1b1bf21c6984f1adf57b04 (diff)
downloadvyos-1x-99f4140d1c5b1813c75790a8a99aae8fa84d13ee.tar.gz
vyos-1x-99f4140d1c5b1813c75790a8a99aae8fa84d13ee.zip
smoketest: dhcpv6: add client smoketests
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 560bfb92b..882d38760 100755
--- a/smoketest/scripts/cli/test_interfaces_bonding.py
+++ b/smoketest/scripts/cli/test_interfaces_bonding.py
@@ -29,6 +29,7 @@ class BondingInterfaceTest(BasicInterfaceTest.BaseTest):
self._test_ip = True
self._test_ipv6 = True
self._test_ipv6_pd = True
+ self._test_ipv6_dhcpc6 = True
self._test_mtu = True
self._test_vlan = True
self._test_qinq = True