Skip to content

Commit

Permalink
T6693: wireless: add missing country-code for 2.4GHz 802.11ax smoketest
Browse files Browse the repository at this point in the history
Commit 6b57f03 ("T6693: wireless: Enable WiFi-6 (802.11ax) for 2.4GHz
AccessPoints") added a new smoketest which lacked the presence of setting the
country-code under the wifi interface, which is a bit different starting with
VyOS 1.5.
  • Loading branch information
Crushable1278 authored and c-po committed Sep 13, 2024
1 parent eb9e562 commit 4be289c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions smoketest/scripts/cli/test_interfaces_wireless.py
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@ def test_wireless_hostapd_he_2ghz_config(self):
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'])
Expand Down

0 comments on commit 4be289c

Please sign in to comment.