From 2d8a7cf3f551e427b940492499c4ec134b586b6b Mon Sep 17 00:00:00 2001 From: Jouni Malinen Date: Wed, 21 Oct 2020 00:31:01 +0300 Subject: [PATCH] tests: Update dpp_controller_rx_errors to use the assigned TCP port Signed-off-by: Jouni Malinen --- tests/hwsim/test_dpp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/hwsim/test_dpp.py b/tests/hwsim/test_dpp.py index 2d343d36e..ff0381430 100644 --- a/tests/hwsim/test_dpp.py +++ b/tests/hwsim/test_dpp.py @@ -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",