summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-09-13 15:56:59 +0100
committerGitHub <noreply@github.com>2024-09-13 15:56:59 +0100
commitfd191178a5e6887e7aaada1b87822c1cf54035ae (patch)
treeb73ee57815397e696fa3b8cc53ce3daabf8c2c14
parenteb9e562c28d2935a3823a5522983697cf76dad52 (diff)
parent4be289c814e79ffe95153c1b46a561627221c474 (diff)
downloadvyos-1x-fd191178a5e6887e7aaada1b87822c1cf54035ae.tar.gz
vyos-1x-fd191178a5e6887e7aaada1b87822c1cf54035ae.zip
Merge pull request #4062 from Crushable1278/T6693-fix-2ghz-smoketest
T6693: wireless: add missing country-code for 2.4GHz 802.11ax smoketest
-rwxr-xr-xsmoketest/scripts/cli/test_interfaces_wireless.py1
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 86ddc9f4d..15f9ec8ce 100755
--- a/smoketest/scripts/cli/test_interfaces_wireless.py
+++ b/smoketest/scripts/cli/test_interfaces_wireless.py
@@ -313,6 +313,7 @@ class WirelessInterfaceTest(BasicInterfaceTest.TestCase):
channel_set_width = '81'
self.cli_set(self._base_path + [interface, 'ssid', ssid])
+ self.cli_set(self._base_path + [interface, 'country-code', country])
self.cli_set(self._base_path + [interface, 'type', 'access-point'])
self.cli_set(self._base_path + [interface, 'channel', channel])
self.cli_set(self._base_path + [interface, 'mode', 'ax'])