From: Jouni Malinen Date: Tue, 22 Aug 2017 20:45:46 +0000 (+0300) Subject: tests: Remove use of dpp_devices_override X-Git-Tag: hostap_2_7~1165 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1888b142eedf074059ddc020390cf12ae563347;p=thirdparty%2Fhostap.git tests: Remove use of dpp_devices_override The devices object was removed, so this parameter will disappear as well. Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index b787e47ae..0a0bdd919 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -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,