Skip to content

Commit

Permalink
T6693: Fix missing country-code for Sagitta 2GHz smoketest
Browse files Browse the repository at this point in the history
  • Loading branch information
Crushable1278 authored Sep 13, 2024
1 parent eb9e562 commit 7f301c0
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 7f301c0

Please sign in to comment.