mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +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):
|
class Test(unittest.TestCase):
|
||||||
|
|
||||||
def test_connection_success(self):
|
def test_connection_success(self):
|
||||||
for intf in hostapd_map.values():
|
hapd = HostapdCLI(config='ssidOWE.conf')
|
||||||
if intf.config == 'ssidOWE.conf':
|
|
||||||
hapd = HostapdCLI(intf)
|
|
||||||
break
|
|
||||||
|
|
||||||
wd = IWD()
|
wd = IWD()
|
||||||
|
|
||||||
|
@ -14,10 +14,7 @@ import testutil
|
|||||||
class Test(unittest.TestCase):
|
class Test(unittest.TestCase):
|
||||||
|
|
||||||
def test_connection_success(self):
|
def test_connection_success(self):
|
||||||
for intf in hostapd_map.values():
|
hapd = HostapdCLI(config='ssidGroup20.conf')
|
||||||
if intf.config == 'ssidGroup20.conf':
|
|
||||||
hapd = HostapdCLI(intf)
|
|
||||||
break
|
|
||||||
|
|
||||||
wd = IWD()
|
wd = IWD()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user