Skip to content

Commit

Permalink
tests: update goldens for ar71xx
Browse files Browse the repository at this point in the history
  • Loading branch information
sarcasticadmin committed Jan 14, 2024
1 parent b64bd17 commit 8b69cbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 23 deletions.
2 changes: 1 addition & 1 deletion tests/unit/openwrt/golden/ar71xx/etc/config/lldpd
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ config lldpd config
# Set class of device
option lldp_class 4
# if empty, the distribution description is sent
option lldp_description "OpenWrt System"
option lldp_description "ar71xx SCaLE OpenWrt"
26 changes: 4 additions & 22 deletions tests/unit/openwrt/golden/ar71xx/etc/config/wireless.0
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ config wifi-device 'radio0'
option path 'pci0000:00/0000:00:11.0'
option htmode 'HT20'
option channel '11'
option txpower '8'
option txpower '12'
option country 'US'

config wifi-device 'radio1'
Expand All @@ -14,7 +14,7 @@ config wifi-device 'radio1'
option path 'pci0000:00/0000:00:12.0'
option htmode 'HT20'
option channel '36'
option txpower '8'
option txpower '12'
option country 'US'


Expand All @@ -25,16 +25,7 @@ config wifi-iface 'scaleslow_radio0'
option mode 'ap'
option network 'scaleslow'
option encryption 'psk2'
option key 'tuxlinux'
option disabled '0'

config wifi-iface 'staffwifi_radio0'
option device 'radio0'
option ssid 'scale-staff-24'
option mode 'ap'
option network 'staffwifi'
option encryption 'psk2'
option key 'testpassword'
option key 'penguins'
option disabled '0'

config wifi-iface 'scalefast_radio1'
Expand All @@ -43,15 +34,6 @@ config wifi-iface 'scalefast_radio1'
option mode 'ap'
option network 'scalefast'
option encryption 'psk2'
option key 'tuxlinux'
option disabled '0'

config wifi-iface 'staffwifi_radio1'
option device 'radio1'
option ssid 'scale-staff-5'
option mode 'ap'
option network 'staffwifi'
option encryption 'psk2'
option key 'testpassword'
option key 'penguins'
option disabled '0'

0 comments on commit 8b69cbb

Please sign in to comment.