]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Additional vlan_file parsing coverage
authorJouni Malinen <j@w1.fi>
Sat, 10 Aug 2019 13:16:29 +0000 (16:16 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 10 Aug 2019 13:16:29 +0000 (16:16 +0300)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_vlan.py

index 44ff69eadf300b19c06ba1138525d04805cfa967..305889aa1848611c93803ac057811403c5a37fd7 100644 (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: