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:
parent
d2190cdc65
commit
2d8a7cf3f5
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue