tests: Enable MLD GTK rekey test
Now that MLO GTK rekey support is added, enable the test case fully. Signed-off-by: Aditya Kumar Singh <quic_adisi@quicinc.com>
This commit is contained in:
parent
8c9b9ccb49
commit
bc5d3bf623
1 changed files with 3 additions and 4 deletions
|
@ -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"""
|
||||
|
|
Loading…
Reference in a new issue