mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
auto-t: kill instances of iwd
This commit is contained in:
parent
c9c5cbcd27
commit
10382156b4
@ -31,6 +31,8 @@ class Test(unittest.TestCase):
|
||||
testutil.test_iface_operstate(dev2.name)
|
||||
testutil.test_ifaces_connected(dev1.name, dev2.name)
|
||||
|
||||
del wd
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
pass
|
||||
|
@ -24,7 +24,6 @@ class Test(unittest.TestCase):
|
||||
sleep(1)
|
||||
dev2.start_adhoc("AdHocNetwork", "InvalidPassword")
|
||||
|
||||
wd.wait(15)
|
||||
# dev1.adhoc_wait_for_connected(dev2.address)
|
||||
# dev2.adhoc_wait_for_connected(dev1.address)
|
||||
|
||||
@ -32,6 +31,8 @@ class Test(unittest.TestCase):
|
||||
# testutil.test_iface_operstate(dev2.name)
|
||||
# testutil.test_ifaces_connected(dev1.name, dev2.name)
|
||||
|
||||
del wd
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
pass
|
||||
|
@ -31,6 +31,8 @@ class Test(unittest.TestCase):
|
||||
#testutil.test_iface_operstate(dev2.name)
|
||||
#testutil.test_ifaces_connected(dev1.name, dev2.name)
|
||||
|
||||
del wd
|
||||
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user