diff mbox series

[05/15] auto-t: update testSAE to disable PMKSA

Message ID 20241122151551.286355-6-prestwoj@gmail.com (mailing list archive)
State New
Headers show
Series PMKSA support (SAE only) | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

James Prestwood Nov. 22, 2024, 3:15 p.m. UTC
There are quite a few tests here for various scenarios and PMKSA
throws a wrench into that. Rather than potentially breaking the
tests in attempt to get them working with PMKSA, just disable PMKSA.
---
 autotests/testSAE/main.conf | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/autotests/testSAE/main.conf b/autotests/testSAE/main.conf
index 932eb38b..ee279b4f 100644
--- a/autotests/testSAE/main.conf
+++ b/autotests/testSAE/main.conf
@@ -4,3 +4,6 @@ 
 # hardware, but fails when used in simulated environment with mac80211_hwsim.
 # Disable MAC randomization for the tests with hidden networks.
 DisableMacAddressRandomization=true
+
+[General]
+DisablePMKSA=true