From: Jouni Malinen Date: Tue, 29 Apr 2014 14:24:00 +0000 (+0300) Subject: tests: Add more cred parameters into config file test X-Git-Tag: hostap_2_2~194 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa653bf4adcd36c99b8ae648515b3038e10a31e9;p=thirdparty%2Fhostap.git tests: Add more cred parameters into config file test Signed-off-by: Jouni Malinen --- diff --git a/tests/hwsim/test_wpas_config.py b/tests/hwsim/test_wpas_config.py index ea569913a..e9d13889b 100644 --- a/tests/hwsim/test_wpas_config.py +++ b/tests/hwsim/test_wpas_config.py @@ -77,6 +77,8 @@ def test_wpas_config_file(dev): wpas.set_cred(id, "req_conn_capab", "6:1234") wpas.set_cred_quoted(id, "realm", "example.com") wpas.set_cred_quoted(id, "provisioning_sp", "example.com") + wpas.set_cred_quoted(id, "domain", "example.com") + wpas.set_cred_quoted(id, "domain_suffix_match", "example.com") wpas.set_cred(id, "roaming_consortium", "112233") wpas.set_cred(id, "required_roaming_consortium", "112233") wpas.set_cred_quoted(id, "roaming_partner",