]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Update dpp_controller_rx_errors to use the assigned TCP port
authorJouni Malinen <jouni@codeaurora.org>
Tue, 20 Oct 2020 21:31:01 +0000 (00:31 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 20 Oct 2020 21:31:01 +0000 (00:31 +0300)
Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
tests/hwsim/test_dpp.py

index 2d343d36e23a03c52f081950005c62d1a44a801a..ff03814306d0835fc356af4946eedbd55118709f 100644 (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",