]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
tests: Enable MLD GTK rekey test
authorAditya Kumar Singh <quic_adisi@quicinc.com>
Mon, 12 Aug 2024 09:02:53 +0000 (14:32 +0530)
committerJouni Malinen <j@w1.fi>
Tue, 13 Aug 2024 16:24:12 +0000 (19:24 +0300)
Now that MLO GTK rekey support is added, enable the test case fully.

Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
tests/hwsim/test_eht.py

index 97922152d8f0ca30e1d39fff121a1acdc6132319..5ce8258702490e75ef9b7db54f0c8d62376a23b8 100644 (file)
@@ -757,10 +757,9 @@ def test_eht_mld_gtk_rekey(dev, apdev):
             if "CTRL-EVENT-DISCONNECTED" in ev:
                 raise Exception("Disconnect instead of rekey")
 
-            #TODO: Uncomment these ones GTK rekeying works for MLO
-            #time.sleep(0.1)
-            #traffic_test(wpas, hapd0)
-            #traffic_test(wpas, hapd1)
+            time.sleep(0.1)
+            traffic_test(wpas, hapd0)
+            traffic_test(wpas, hapd1)
 
 def test_eht_ml_probe_req(dev, apdev):
     """AP MLD with two links and non-AP MLD sending ML Probe Request"""