mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
auto-t: check linkmode/operstate in adhoc test (open)
A previous patch fixed the linkmode/operstate for open AdHoc networks.
This commit is contained in:
parent
a074f30edc
commit
83128c797f
@ -25,9 +25,9 @@ class Test(unittest.TestCase):
|
||||
dev1.adhoc_wait_for_connected(dev2.address)
|
||||
dev2.adhoc_wait_for_connected(dev1.address)
|
||||
|
||||
#testutil.test_iface_operstate(dev1.name)
|
||||
#testutil.test_iface_operstate(dev2.name)
|
||||
#testutil.test_ifaces_connected(dev1.name, dev2.name)
|
||||
testutil.test_iface_operstate(dev1.name)
|
||||
testutil.test_iface_operstate(dev2.name)
|
||||
testutil.test_ifaces_connected(dev1.name, dev2.name)
|
||||
|
||||
def test_connection_success(self):
|
||||
wd = IWD(True)
|
||||
|
Loading…
Reference in New Issue
Block a user