[PATCH 48/50] tests: Clear sae_groups in eht_sae test

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Otherwise subsequent tests may fail.

Signed-off-by: Andrei Otcheretianski <andrei.otcheretianski@xxxxxxxxx>
---
 tests/hwsim/test_eht.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/hwsim/test_eht.py b/tests/hwsim/test_eht.py
index ae078ee5b0..ebc846c0d4 100644
--- a/tests/hwsim/test_eht.py
+++ b/tests/hwsim/test_eht.py
@@ -90,6 +90,7 @@ def test_eht_sae(dev, apdev):
                        pairwise="GCMP-256", group="GCMP-256",
                        group_mgmt="BIP-GMAC-256", scan_freq="2412")
     finally:
+        dev[0].set("sae_groups", "")
         dev[0].set("sae_pwe", "0")
 
 def test_eht_sae_mlo(dev, apdev):
@@ -115,4 +116,5 @@ def test_eht_sae_mlo(dev, apdev):
             if "status_code=15" not in ev:
                 raise Exception("Unexpected authentication failure: " + ev)
     finally:
+        dev[0].set("sae_groups", "")
         dev[0].set("sae_pwe", "0")
-- 
2.38.1


_______________________________________________
Hostap mailing list
Hostap@xxxxxxxxxxxxxxxxxxx
http://lists.infradead.org/mailman/listinfo/hostap



[Index of Archives]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]

  Powered by Linux