diff options
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_pseudo_ethernet.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_pseudo_ethernet.py b/smoketest/scripts/cli/test_interfaces_pseudo_ethernet.py index bc2e6e7eb..62a97fc34 100755 --- a/smoketest/scripts/cli/test_interfaces_pseudo_ethernet.py +++ b/smoketest/scripts/cli/test_interfaces_pseudo_ethernet.py @@ -25,6 +25,7 @@ class PEthInterfaceTest(BasicInterfaceTest.BaseTest): self._base_path = ['interfaces', 'pseudo-ethernet'] self._test_ip = True + self._test_ipv6 = True self._test_mtu = True self._test_vlan = True self._test_qinq = True |