auto-t: update testOWE to use new HostapdCLI

This commit is contained in:
James Prestwood 2019-06-05 14:02:27 -07:00 committed by Denis Kenzior
parent 5937bfafca
commit 1561392614
2 changed files with 2 additions and 8 deletions

View File

@ -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()

View File

@ -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()