]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Remove duplicate fail test check
authorBenjamin Berg <benjamin.berg@intel.com>
Fri, 14 Jun 2024 08:13:47 +0000 (10:13 +0200)
committerJouni Malinen <j@w1.fi>
Thu, 11 Jul 2024 16:51:06 +0000 (19:51 +0300)
commit9ba372a23d67055bda7a8f25fafd53ca05148b54
tree3bfe04e9e51faa8c47edcbb3c241f5b4f4180ffe
parentf6ba44d6f941e65f1d8981ab0df8c55f8dc1ea3f
tests: Remove duplicate fail test check

The wpas_p2p_nfc_handover failure test and the more specific
wps_build_nfc_handover_req_p2p were effectively the same as the matching
currently does a prefix match. The code-path tested in these two cases
only hit a single TEST_FAIL macro in openssl_digest_vector.

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