All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 2/2] auto-t: add EAP reauth to testEAP
@ 2022-05-24 20:31 James Prestwood
  0 siblings, 0 replies; only message in thread
From: James Prestwood @ 2022-05-24 20:31 UTC (permalink / raw)
  To: iwd

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

---
 autotests/testEAP/connection_test.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/autotests/testEAP/connection_test.py b/autotests/testEAP/connection_test.py
index f072845b..fe048b48 100644
--- a/autotests/testEAP/connection_test.py
+++ b/autotests/testEAP/connection_test.py
@@ -11,6 +11,8 @@ from iwd import PSKAgent
 from hlrauc import AuthCenter
 from ofono import Ofono
 from config import ctx
+from hostapd import HostapdCLI
+
 import testutil
 import traceback
 
@@ -50,6 +52,8 @@ class Test(unittest.TestCase):
         testutil.test_iface_operstate()
         testutil.test_ifaces_connected()
 
+        self.hostapd.eapol_reauth(device.address)
+
         if secrets:
             wd.unregister_psk_agent(psk_agent)
 
@@ -251,6 +255,7 @@ class Test(unittest.TestCase):
     @classmethod
     def setUpClass(cls):
         cls.wd = IWD()
+        cls.hostapd = HostapdCLI()
 
     @classmethod
     def tearDownClass(cls):
-- 
2.34.1

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

only message in thread, other threads:[~2022-05-24 20:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-24 20:31 [PATCH 2/2] auto-t: add EAP reauth to testEAP 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.