]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Remove use of dpp_devices_override
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 22 Aug 2017 20:45:46 +0000 (23:45 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 22 Aug 2017 20:45:46 +0000 (23:45 +0300)
The devices object was removed, so this parameter will disappear as
well.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_dpp.py

index b787e47ae0c57cdfa82f540eb9875904c3423232..0a0bdd919c650d64ce05452d7d8aaac15ba69760 100644 (file)
@@ -620,10 +620,8 @@ def test_dpp_config_override_objects(dev, apdev):
     check_dpp_capab(dev[1])
     discovery = '{\n"ssid":"mywifi",\n"op_cl":81,\n"ch_list":\n[\n{"ch":1},\n{"ch":6},\n{"ch":11}\n]\n}'
     groups = '[\n  {"groupId":"home","netRole":"sta"},\n  {"groupId":"cottage","netRole":"sta"}\n]'
-    devices = '[\n{"deviceId":"G1YaJYMbA9029ocP3BVCg5kj3yGHWYi3M2hJqyOmcxQ","netRole":"sta"},\n{"deviceId":"Azs-ksefien1CA8EYIliu6N6vGrTa3qowqCHKK8Iu0Y","netRole":"sta"}\n]'
     dev[1].set("dpp_discovery_override", discovery)
     dev[1].set("dpp_groups_override", groups)
-    dev[1].set("dpp_devices_override", devices)
     run_dpp_qr_code_auth_unicast(dev, apdev, "prime256v1",
                                  init_extra="conf=sta-dpp",
                                  require_conf_success=True,