Skip to content

Commit 57c1f72

Browse files
committed
[airos] handled comments in aaa converter output
1 parent 911e3e4 commit 57c1f72

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/airos/test_aaa.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,9 @@ def test_ap_psk_authentication(self):
8080
'1.radius.auth.1.status': 'disabled',
8181
'1.status': 'enabled',
8282
'1.wpa.psk': 'and-pizza-too',
83-
# here begins magic
84-
'1.radius.macacl.status': 'disabled', # move to radius method
83+
'1.radius.macacl.status': 'disabled',
8584
'1.ssid': 'i-like-pasta',
86-
'1.br.devname': 'br0', # only in bridge mode?
85+
'1.br.devname': 'br0', # only in bridge mode?
8786
'1.devname': 'ath0',
8887
'1.driver': 'madwifi',
8988
'1.wpa.1.pairwise': 'CCMP',

0 commit comments

Comments
 (0)