From bab9a4b6f2eb33500537f11be416cd2f4c847b48 Mon Sep 17 00:00:00 2001 From: Tim Kourt Date: Wed, 11 Sep 2019 11:21:10 -0700 Subject: [PATCH] auto-t: Remove no longer relevant test The client prompts user for the missing secrets now, instead of exiting with an error status code. --- autotests/testClientNonInteractive/connect_command_test.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autotests/testClientNonInteractive/connect_command_test.py b/autotests/testClientNonInteractive/connect_command_test.py index 9f633ebd..10e16555 100644 --- a/autotests/testClientNonInteractive/connect_command_test.py +++ b/autotests/testClientNonInteractive/connect_command_test.py @@ -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])