[PATCH 05/15] auto-t: update testSAE to disable PMKSA
James Prestwood <[email protected]>
| Newsgroups | dev.linux.lists.iwd |
|---|---|
| Message-ID | <[email protected]> |
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 --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 -- 2.34.1