mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
auto-t: update testOWE to use new HostapdCLI
This commit is contained in:
parent
5937bfafca
commit
1561392614
@ -14,10 +14,7 @@ import testutil
|
||||
class Test(unittest.TestCase):
|
||||
|
||||
def test_connection_success(self):
|
||||
for intf in hostapd_map.values():
|
||||
if intf.config == 'ssidOWE.conf':
|
||||
hapd = HostapdCLI(intf)
|
||||
break
|
||||
hapd = HostapdCLI(config='ssidOWE.conf')
|
||||
|
||||
wd = IWD()
|
||||
|
||||
|
@ -14,10 +14,7 @@ import testutil
|
||||
class Test(unittest.TestCase):
|
||||
|
||||
def test_connection_success(self):
|
||||
for intf in hostapd_map.values():
|
||||
if intf.config == 'ssidGroup20.conf':
|
||||
hapd = HostapdCLI(intf)
|
||||
break
|
||||
hapd = HostapdCLI(config='ssidGroup20.conf')
|
||||
|
||||
wd = IWD()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user