]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Increase altsubject_match coverage
authorJouni Malinen <j@w1.fi>
Wed, 19 Mar 2014 21:46:53 +0000 (23:46 +0200)
committerJouni Malinen <j@w1.fi>
Wed, 19 Mar 2014 21:46:53 +0000 (23:46 +0200)
Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_ap_eap.py

index aa4885e5edd1f7ad1157d85fe09e93efb28c26c2..ede9966dc8ad29735be3a1191ec5dcc2a3676419 100644 (file)
@@ -171,7 +171,8 @@ def test_ap_wpa2_eap_ttls_chap(dev, apdev):
     hostapd.add_ap(apdev[0]['ifname'], params)
     eap_connect(dev[0], apdev[0], "TTLS", "chap user",
                 anonymous_identity="ttls", password="password",
-                ca_cert="auth_serv/ca.der", phase2="auth=CHAP")
+                ca_cert="auth_serv/ca.der", phase2="auth=CHAP",
+                altsubject_match="EMAIL:noone@example.com;URI:http://example.com/;DNS:server.w1.fi")
     hwsim_utils.test_connectivity(dev[0].ifname, apdev[0]['ifname'])
     eap_reauth(dev[0], "TTLS")