3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02: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:
James Prestwood 2020-04-09 09:19:30 -07:00 committed by Denis Kenzior
parent a074f30edc
commit 83128c797f

View File

@ -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)