mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 13:02:44 +01:00
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:
parent
d8aadc49b2
commit
bab9a4b6f2
@ -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])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user