All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] auto-t: delay rekeys in extended key ID test
@ 2022-04-04 15:54 James Prestwood
  0 siblings, 0 replies; only message in thread
From: James Prestwood @ 2022-04-04 15:54 UTC (permalink / raw)
  To: iwd

[-- Attachment #1: Type: text/plain, Size: 908 bytes --]

The test was rekeying in a loop which ends up confusing hostapd
depending on the timing of when it gets the REKEY command and any
responses from IWD. UML seemed to handle this fine but not QEMU.

Instead delay the rekey a bit to allow it to fully complete before
sending another.
---
 autotests/testWPA2-ext-key-id/connection_test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/autotests/testWPA2-ext-key-id/connection_test.py b/autotests/testWPA2-ext-key-id/connection_test.py
index afd48149..d77a216b 100644
--- a/autotests/testWPA2-ext-key-id/connection_test.py
+++ b/autotests/testWPA2-ext-key-id/connection_test.py
@@ -50,6 +50,8 @@ class Test(unittest.TestCase):
             testutil.test_iface_operstate()
             testutil.test_ifaces_connected()
 
+            wd.wait(0.5)
+
         device.disconnect()
 
         condition = 'not obj.connected'
-- 
2.34.1

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-04-04 15:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 15:54 [PATCH 2/2] auto-t: delay rekeys in extended key ID test James Prestwood

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.