3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-05 19:08:52 +02:00

autotests: Use device.name instead of a hardcoded interface

This commit is contained in:
Andrew Zaborowski 2019-04-20 22:32:53 +02:00 committed by Denis Kenzior
parent c73575585b
commit 1521b57ec9

View File

@ -52,7 +52,7 @@ class Test(unittest.TestCase):
wd.wait_for_object_condition(ordered_network.network_object, condition) wd.wait_for_object_condition(ordered_network.network_object, condition)
testutil.test_iface_operstate() testutil.test_iface_operstate()
testutil.test_ifaces_connected(hostapd_ifname, 'wln3') testutil.test_ifaces_connected(hostapd_ifname, device.name)
device.disconnect() device.disconnect()