tests: Update dpp_controller_rx_errors to use the assigned TCP port

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
This commit is contained in:
Jouni Malinen 2020-10-21 00:31:01 +03:00 committed by Jouni Malinen
parent d2190cdc65
commit 2d8a7cf3f5

View file

@ -5001,7 +5001,7 @@ def run_dpp_controller_rx_errors(dev, apdev):
if "OK" not in dev[0].request("DPP_CONTROLLER_START"):
raise Exception("Could not start Controller")
addr = ("127.0.0.1", 7871)
addr = ("127.0.0.1", 8908)
tests = [b"abc",
b"abcd",