mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-11 10:12:42 +01:00
autotests: Use device.name instead of a hardcoded interface
This commit is contained in:
parent
c73575585b
commit
1521b57ec9
@ -52,7 +52,7 @@ class Test(unittest.TestCase):
|
||||
wd.wait_for_object_condition(ordered_network.network_object, condition)
|
||||
|
||||
testutil.test_iface_operstate()
|
||||
testutil.test_ifaces_connected(hostapd_ifname, 'wln3')
|
||||
testutil.test_ifaces_connected(hostapd_ifname, device.name)
|
||||
|
||||
device.disconnect()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user