auto-t: Remove no longer relevant test

The client prompts user for the missing secrets now, instead of
exiting with an error status code.
This commit is contained in:
Tim Kourt 2019-09-11 11:21:10 -07:00 committed by Denis Kenzior
parent d8aadc49b2
commit bab9a4b6f2
1 changed files with 0 additions and 4 deletions

View File

@ -36,10 +36,6 @@ class Test(unittest.TestCase):
device = wd.list_devices(1)[0]
with self.assertRaises(subprocess.CalledProcessError):
subprocess.check_call(['iwctl', 'station', device.name,
'connect', ssid])
subprocess.check_call(['iwctl', '-P', 'passphrase',
'station', device.name, 'connect', ssid])