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>
This commit is contained in:
Jouni Malinen 2015-12-22 17:51:54 +02:00 committed by Jouni Malinen
parent 9532bd2b44
commit 8adce07a73
1 changed files with 2 additions and 1 deletions

View File

@ -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):