Skip to content

Commit 911e3e4

Browse files
committed
[airos] added bridge interface to input in aaa tests
1 parent f2502f0 commit 911e3e4

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

tests/airos/test_aaa.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,13 @@ def test_ap_no_authentication(self):
2020
}
2121
},
2222
},
23+
{
24+
"type": "bridge",
25+
"name": "br0",
26+
"bridge_members": [
27+
"wlan0",
28+
],
29+
},
2330
],
2431
})
2532
o.to_intermediate()
@@ -102,6 +109,13 @@ def test_sta_no_authentication(self):
102109
},
103110
},
104111
},
112+
{
113+
"type": "bridge",
114+
"name": "br0",
115+
"bridge_members": [
116+
"wlan0",
117+
],
118+
},
105119
],
106120
})
107121
o.to_intermediate()
@@ -135,6 +149,13 @@ def test_sta_psk_authentication(self):
135149
},
136150
},
137151
},
152+
{
153+
"type": "bridge",
154+
"name": "br0",
155+
"bridge_members": [
156+
"wlan0",
157+
],
158+
},
138159
],
139160
})
140161
o.to_intermediate()

0 commit comments

Comments
 (0)