mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
auto-t: test connectivity in testWPA
testWPA was not verifying connectivity between the two interfaces. Funny enough, doing this resulted in the same problems that adhoc had where we were setting the connection as complete before the gtk/igtk were set. This is fixed now so we can now use testutil in this test.
This commit is contained in:
parent
da262e7187
commit
ec4cb6beeb
@ -8,6 +8,7 @@ import iwd
|
||||
from iwd import IWD
|
||||
from iwd import PSKAgent
|
||||
from iwd import NetworkType
|
||||
import testutil
|
||||
|
||||
class Test(unittest.TestCase):
|
||||
|
||||
@ -42,6 +43,9 @@ class Test(unittest.TestCase):
|
||||
condition = 'obj.connected'
|
||||
wd.wait_for_object_condition(ordered_network.network_object, condition)
|
||||
|
||||
testutil.test_iface_operstate()
|
||||
testutil.test_ifaces_connected()
|
||||
|
||||
device.disconnect()
|
||||
|
||||
condition = 'not obj.connected'
|
||||
|
Loading…
Reference in New Issue
Block a user