From: Jouni Malinen Date: Tue, 20 Oct 2020 21:31:01 +0000 (+0300) Subject: tests: Update dpp_controller_rx_errors to use the assigned TCP port X-Git-Tag: hostap_2_10~801 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d8a7cf3f551e427b940492499c4ec134b586b6b;p=thirdparty%2Fhostap.git tests: Update dpp_controller_rx_errors to use the assigned TCP port Signed-off-by: Jouni Malinen --- 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",