Skip to content

Commit 157892a

Browse files
committed
[airos] added bridge interface to access_point test
As we need the br.devname key in the configuration we need to list a bridge interface to take it from
1 parent 8e95e11 commit 157892a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/airos/test_aaa.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,13 @@ def test_ap_psk_authentication(self):
5252
},
5353
},
5454
},
55+
{
56+
"type": "bridge",
57+
"name": "br0",
58+
"bridge_members": [
59+
"wlan0",
60+
],
61+
},
5562
],
5663
})
5764
o.to_intermediate()

0 commit comments

Comments
 (0)