From: Shivani Baranwal Date: Wed, 11 Jun 2025 05:35:30 +0000 (+0530) Subject: tests: Remove setting of P2P pairing setup and pairing cache config X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3322cfed3e1ff7683ed878b5e82dd85f05d38a42;p=thirdparty%2Fhostap.git tests: Remove setting of P2P pairing setup and pairing cache config The P2P_SET control interface command for manual configuration of P2P2 pairing setup and caching has been removed. Remove setting of these parameters from test cases. Signed-off-by: Shivani Baranwal --- diff --git a/tests/hwsim/test_p2p2.py b/tests/hwsim/test_p2p2.py index 41d55d8ec..da944e1ad 100644 --- a/tests/hwsim/test_p2p2.py +++ b/tests/hwsim/test_p2p2.py @@ -32,8 +32,6 @@ def check_p2p2_capab(dev): def set_p2p2_configs(dev): dev.global_request("P2P_SET pasn_type 3") dev.global_request("P2P_SET supported_bootstrapmethods 6") - dev.global_request("P2P_SET pairing_setup 1") - dev.global_request("P2P_SET pairing_cache 1") def test_p2p_usd_publish_invalid_param(dev): """P2P USD Publish with invalid parameters"""