Skip to content

Commit 1ce6262

Browse files
committed
[airos] fixed validation error in aaa test
1 parent 2ba7ead commit 1ce6262

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/airos/test_aaa.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def test_ap_psk_authentication(self):
5858
"radio": "ath0",
5959
"ssid": "i-like-pasta",
6060
"encryption": {
61-
"proto": "wpa2_personal",
61+
"protocol": "wpa2_personal",
6262
"key": "and-pizza-too",
6363
},
6464
},
@@ -100,6 +100,7 @@ def test_sta_no_authentication(self):
100100
"mode": "station",
101101
"radio": "ath0",
102102
"ssid": "i-like-pasta",
103+
"bssid": "00:11:22:33:44:55",
103104
},
104105
},
105106
],
@@ -129,8 +130,9 @@ def test_sta_psk_authentication(self):
129130
"mode": "station",
130131
"radio": "ath0",
131132
"ssid": "i-like-pasta",
133+
"bssid": "00:11:22:33:44:55",
132134
"encryption": {
133-
"proto": "wpa2_personal",
135+
"protocol": "wpa2_personal",
134136
"key": "and-pizza-too",
135137
},
136138
},

0 commit comments

Comments
 (0)