tests: Additional vlan_file parsing coverage

Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
Jouni Malinen 2019-08-10 16:16:29 +03:00
parent 485dd425ba
commit 3d276ba530

View file

@ -75,6 +75,7 @@ def test_ap_vlan_file_parsing(dev, apdev, params):
hapd = hostapd.add_ap(apdev[0], params)
tests = ["#\n\n0\t11\n",
"1 netdev br\n1",
"* ",
"1 netdev12345678901234567890"]
for t in tests: