mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-14 16:09:24 +01:00
auto-t: Remove bogus logic
Device object has no property named 'connected'. client_connect has no member dev2
This commit is contained in:
parent
7cc8111817
commit
cbfaef09d6
@ -22,13 +22,6 @@ class Test(unittest.TestCase):
|
||||
psk_agent = PSKAgent('Password1')
|
||||
wd.register_psk_agent(psk_agent)
|
||||
|
||||
try:
|
||||
dev2.disconnect()
|
||||
condition = 'not obj.connected'
|
||||
wd.wait_for_object_condition(dev2, condition)
|
||||
except:
|
||||
pass
|
||||
|
||||
ordered_network.network_object.connect()
|
||||
|
||||
condition = 'obj.connected'
|
||||
|
Loading…
Reference in New Issue
Block a user