]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Clean up wnm_bss_tm_req test not initialize unused AP
authorBeni Lev <beni.lev@intel.com>
Mon, 6 Mar 2017 11:30:37 +0000 (13:30 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 6 Mar 2017 21:48:02 +0000 (23:48 +0200)
The second AP is not really needed in this test case that verifies
parsing of various different BSs Transition Management Request frame
payloads.

Signed-off-by: Beni Lev <beni.lev@intel.com>
tests/hwsim/test_wnm.py

index 8d451f55c8600e1c16c7ef1f906cf80010d8a1a8..6999f9c94c93394c0fd833ea3655d561bd1c767c 100644 (file)
@@ -381,7 +381,6 @@ def test_wnm_bss_tm_req(dev, apdev):
     params = { "ssid": "test-wnm", "bss_transition": "1" }
     hapd = hostapd.add_ap(apdev[0], params)
     dev[0].connect("test-wnm", key_mgmt="NONE", scan_freq="2412")
-    hapd2 = hostapd.add_ap(apdev[1], params)
 
     hapd.set("ext_mgmt_frame_handling", "1")