diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-01-12 20:53:40 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-01-12 21:24:34 +0100 |
commit | 0377085171f83b5ca6f4099350eb2e849c496945 (patch) | |
tree | 751c7e030fac9003a814ba811089c94dbf91fafd /smoketest/scripts/cli/test_interfaces_vxlan.py | |
parent | 96e86c57c97e391e130fb3a971bf82de0efa59cd (diff) | |
download | vyos-1x-0377085171f83b5ca6f4099350eb2e849c496945.tar.gz vyos-1x-0377085171f83b5ca6f4099350eb2e849c496945.zip |
smoketest: interface: enable ip/ipv6 tests on additional interfaces
(cherry picked from commit 910919d856d790ff8905d513c280fdf12f8892ef)
Diffstat (limited to 'smoketest/scripts/cli/test_interfaces_vxlan.py')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_vxlan.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_vxlan.py b/smoketest/scripts/cli/test_interfaces_vxlan.py index a9b0fc5a1..a726aa610 100755 --- a/smoketest/scripts/cli/test_interfaces_vxlan.py +++ b/smoketest/scripts/cli/test_interfaces_vxlan.py @@ -21,6 +21,8 @@ from base_interfaces_test import BasicInterfaceTest class VXLANInterfaceTest(BasicInterfaceTest.BaseTest): def setUp(self): + self._test_ip = True + self._test_ipv6 = True self._test_mtu = True self._base_path = ['interfaces', 'vxlan'] self._options = { |