Skip to content

Commit

Permalink
wireless: T6425: adjust to latest country-code changes
Browse files Browse the repository at this point in the history
Commit 9e22ab6 ("wireless: T6318: move country-code to a system wide
configuration") removed the per wifi interface setting for a country-code. This
commit adjust the smoketests to the new design.
  • Loading branch information
c-po committed Jun 18, 2024
1 parent 578fbe0 commit 312273c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions smoketest/scripts/cli/test_interfaces_wireless.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python3
#
# Copyright (C) 2020-2023 VyOS maintainers and contributors
# Copyright (C) 2020-2024 VyOS maintainers and contributors
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 or later as
Expand Down Expand Up @@ -166,7 +166,6 @@ def test_wireless_hostapd_vht_mu_beamformer_config(self):
antennas = '3'

self.cli_set(self._base_path + [interface, 'ssid', ssid])
self.cli_set(self._base_path + [interface, 'country-code', 'se'])
self.cli_set(self._base_path + [interface, 'type', 'access-point'])
self.cli_set(self._base_path + [interface, 'channel', '36'])

Expand Down Expand Up @@ -236,7 +235,6 @@ def test_wireless_hostapd_vht_su_beamformer_config(self):
antennas = '3'

self.cli_set(self._base_path + [interface, 'ssid', ssid])
self.cli_set(self._base_path + [interface, 'country-code', 'se'])
self.cli_set(self._base_path + [interface, 'type', 'access-point'])
self.cli_set(self._base_path + [interface, 'channel', '36'])

Expand Down

0 comments on commit 312273c

Please sign in to comment.