Browse Source

tests: Add dh_file parameter for integrated EAP server

This is needed for number of EAP test cases at least when using the
internal TLS server implementation.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
Jouni Malinen 9 years ago
parent
commit
8adce07a73
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/hwsim/test_ap_eap.py

+ 2 - 1
tests/hwsim/test_ap_eap.py

@@ -2727,7 +2727,8 @@ def int_eap_server_params():
                "eap_server": "1", "eap_user_file": "auth_serv/eap_user.conf",
                "ca_cert": "auth_serv/ca.pem",
                "server_cert": "auth_serv/server.pem",
-               "private_key": "auth_serv/server.key" }
+               "private_key": "auth_serv/server.key",
+               "dh_file": "auth_serv/dh.conf" }
     return params
 
 def test_ap_wpa2_eap_tls_ocsp_key_id(dev, apdev, params):