mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-23 12:44:09 +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):
|
class Test(unittest.TestCase):
|
||||||
def test_connection_success(self):
|
def test_connection_success(self):
|
||||||
hapd = None
|
hapd = HostapdCLI(config='ssidFILS-256.conf')
|
||||||
|
|
||||||
for intf in hostapd_map.values():
|
|
||||||
if intf.config == 'ssidFILS-256.conf':
|
|
||||||
hapd = HostapdCLI(intf)
|
|
||||||
break
|
|
||||||
|
|
||||||
wd = IWD(True)
|
wd = IWD(True)
|
||||||
|
|
||||||
|
@ -17,12 +17,7 @@ import testutil
|
|||||||
|
|
||||||
class Test(unittest.TestCase):
|
class Test(unittest.TestCase):
|
||||||
def test_connection_success(self):
|
def test_connection_success(self):
|
||||||
hapd = None
|
hapd = HostapdCLI(config='ssidFILS-384.conf')
|
||||||
|
|
||||||
for intf in hostapd_map.values():
|
|
||||||
if intf.config == 'ssidFILS-384.conf':
|
|
||||||
hapd = HostapdCLI(intf)
|
|
||||||
break
|
|
||||||
|
|
||||||
wd = IWD(True)
|
wd = IWD(True)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user