From 3d276ba53065a4f1f29685df3774e543353fe1d7 Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sat, 10 Aug 2019 16:16:29 +0300 Subject: [PATCH] tests: Additional vlan_file parsing coverage Signed-off-by: Jouni Malinen --- tests/hwsim/test_ap_vlan.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/hwsim/test_ap_vlan.py b/tests/hwsim/test_ap_vlan.py index 44ff69ead..305889aa1 100644 --- a/tests/hwsim/test_ap_vlan.py +++ b/tests/hwsim/test_ap_vlan.py @@ -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: