auto-t: update testFILS to use new HostapdCLI

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

View File

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

View File

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