From 1521b57ec949d3dcca2927b74da76fdde5b9d3f7 Mon Sep 17 00:00:00 2001 From: Andrew Zaborowski Date: Sat, 20 Apr 2019 22:32:53 +0200 Subject: [PATCH] autotests: Use device.name instead of a hardcoded interface --- autotests/testEAP-TLS/connection_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autotests/testEAP-TLS/connection_test.py b/autotests/testEAP-TLS/connection_test.py index 96058f37..6d82dda7 100644 --- a/autotests/testEAP-TLS/connection_test.py +++ b/autotests/testEAP-TLS/connection_test.py @@ -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()