We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2502f0 commit 911e3e4Copy full SHA for 911e3e4
1 file changed
tests/airos/test_aaa.py
@@ -20,6 +20,13 @@ def test_ap_no_authentication(self):
20
}
21
},
22
23
+ {
24
+ "type": "bridge",
25
+ "name": "br0",
26
+ "bridge_members": [
27
+ "wlan0",
28
+ ],
29
+ },
30
],
31
})
32
o.to_intermediate()
@@ -102,6 +109,13 @@ def test_sta_no_authentication(self):
102
109
103
110
104
111
112
113
114
115
116
117
118
105
119
106
120
107
121
@@ -135,6 +149,13 @@ def test_sta_psk_authentication(self):
135
149
136
150
137
151
152
153
154
155
156
157
158
138
159
139
160
140
161
0 commit comments