Skip to content

Commit 2ba7e8f

Browse files
Merge pull request #1595 from Bastian-Krause/bst/networkiface-wait-state-expected
driver/networkinterfacedriver: add wait_state()'s expected argument to step
2 parents a8b6ab3 + 1f0bbe3 commit 2ba7e8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labgrid/driver/networkinterfacedriver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def configure(self, settings):
6060
self.proxy.configure(self.iface.ifname, settings)
6161

6262
@Driver.check_active
63-
@step()
63+
@step(args=["expected"])
6464
def wait_state(self, expected, timeout=60):
6565
"""Wait until the expected state is reached or the timeout expires.
6666

0 commit comments

Comments
 (0)