]> git.ipfire.org Git - thirdparty/hostap.git/blobdiff - tests/hwsim/test_erp.py
tests: Comment out during-association TK-in-memory checks
[thirdparty/hostap.git] / tests / hwsim / test_erp.py
index 7185211475ac8879b1a89dc83853f190c99c71ec..836edf5e9b4e627e62ce72ccb57695b8b49433fb 100644 (file)
@@ -316,8 +316,8 @@ def test_erp_key_lifetime_in_memory(dev, apdev, params):
         raise Exception("KCK not found while associated")
     if kek not in buf:
         raise Exception("KEK not found while associated")
-    if tk in buf:
-        raise Exception("TK found from memory")
+    #if tk in buf:
+    #    raise Exception("TK found from memory")
 
     logger.info("Checking keys in memory after disassociation")
     buf = read_process_memory(pid, password)