tests: Increase altsubject_match coverage
Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
1b5df9e591
commit
5c65e277a0
1 changed files with 2 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue