From 60547477e070aa282bb7f576166d8a1fd9b7983c Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Sun, 3 Jul 2016 22:00:24 +0300 Subject: [PATCH] tests: ANQP_GET to unknown BSS Signed-off-by: Jouni Malinen --- tests/hwsim/test_gas.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/hwsim/test_gas.py b/tests/hwsim/test_gas.py index 805147af0..d705d9c50 100644 --- a/tests/hwsim/test_gas.py +++ b/tests/hwsim/test_gas.py @@ -375,7 +375,8 @@ def test_gas_anqp_get(dev, apdev): "00:11:22:33:44:55 hs20:32", "00:11:22:33:44:55", "00:11:22:33:44:55 ", - "00:11:22:33:44:55 0" ] + "00:11:22:33:44:55 0", + "00:11:22:33:44:55 1" ] for cmd in cmds: if "FAIL" not in dev[0].request("ANQP_GET " + cmd): raise Exception("Invalid ANQP_GET accepted")