diff --git a/tests/scripts/thread-cert/debug.py b/tests/scripts/thread-cert/debug.py index edd609b96..d4fd81767 100644 --- a/tests/scripts/thread-cert/debug.py +++ b/tests/scripts/thread-cert/debug.py @@ -82,8 +82,8 @@ class Inspector: if line == 'exit': break else: - node.interface.send_command(line) - node.interface._expect('Done') + node.send_command(line) + node._expect('Done') def inspect(self): """ Start inspecting.