mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 20:54:14 +01:00
auto-t: update testFILS to use new HostapdCLI
This commit is contained in:
parent
35f06ef87a
commit
5937bfafca
@ -17,12 +17,7 @@ import testutil
|
||||
|
||||
class Test(unittest.TestCase):
|
||||
def test_connection_success(self):
|
||||
hapd = None
|
||||
|
||||
for intf in hostapd_map.values():
|
||||
if intf.config == 'ssidFILS-256.conf':
|
||||
hapd = HostapdCLI(intf)
|
||||
break
|
||||
hapd = HostapdCLI(config='ssidFILS-256.conf')
|
||||
|
||||
wd = IWD(True)
|
||||
|
||||
|
@ -17,12 +17,7 @@ import testutil
|
||||
|
||||
class Test(unittest.TestCase):
|
||||
def test_connection_success(self):
|
||||
hapd = None
|
||||
|
||||
for intf in hostapd_map.values():
|
||||
if intf.config == 'ssidFILS-384.conf':
|
||||
hapd = HostapdCLI(intf)
|
||||
break
|
||||
hapd = HostapdCLI(config='ssidFILS-384.conf')
|
||||
|
||||
wd = IWD(True)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user