]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Specify correct function name for failure
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 14 Jun 2024 08:13:45 +0000 (10:13 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jul 2024 16:49:46 +0000 (19:49 +0300)
commit050bd6e2b1cdc57d9a95263c91de3adcebe6e606
tree120cb2f579b3084767cceab90ee1428bf89aab24
parentac15b79fe5f88d8ff0f046bac32de6b8467c683d
tests: Specify correct function name for failure

The test expects rsn_pmkid_suite_b_192() to fail but specified only
rsn_pmkid_suite_b without the _192 postfix. Add the postfix so that the
function matching can be fixed later.

Signed-off-by: Benjamin Berg <benjamin.berg@intel.com>
tests/hwsim/test_suite_b.py