]> git.ipfire.org Git - thirdparty/hostap.git/commit - tests/hwsim/test_ap_eap.py
tests: Fix root_ocsp() for multi-OCSP test cases
authorJouni Malinen <jouni@qca.qualcomm.com>
Wed, 9 Mar 2016 17:38:26 +0000 (19:38 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 9 Mar 2016 17:48:35 +0000 (19:48 +0200)
commit40ae4a2ff20d101cf95b05de6d878376ad6a5977
treee944b33631b617618ece5c1cdd6ba8fbf7bce407
parentf85399f3960693c78c79a7869ec2ed12cd53cffe
tests: Fix root_ocsp() for multi-OCSP test cases

Incorrect path and file name was used in the openssl command to generate
one of the OCSP responses. Also fix
ap_wpa2_eap_tls_intermediate_ca_ocsp_multi to expect success rather than
failure due to OCSP response. Based on the test description, this was
supposed to succeed, but apparently that root_ocsp() bug prevented this
from happening.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
tests/hwsim/test_ap_eap.py