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_wireless.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_wireless.py')
-rwxr-xr-x | smoketest/scripts/cli/test_interfaces_wireless.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/scripts/cli/test_interfaces_wireless.py b/smoketest/scripts/cli/test_interfaces_wireless.py index ffaa7d523..51d97f032 100755 --- a/smoketest/scripts/cli/test_interfaces_wireless.py +++ b/smoketest/scripts/cli/test_interfaces_wireless.py @@ -33,6 +33,7 @@ def get_config_value(interface, key): class WirelessInterfaceTest(BasicInterfaceTest.BaseTest): def setUp(self): + self._test_ip = True self._base_path = ['interfaces', 'wireless'] self._options = { 'wlan0': ['physical-device phy0', 'ssid VyOS-WIFI-0', |