From 72d7513b031f5039b30d0cbf19b8426aeea4f5af Mon Sep 17 00:00:00 2001 From: Rongli Sun Date: Tue, 13 Aug 2019 00:08:55 +0800 Subject: [PATCH] [tests] update inspect along with #3878 changes (#4088) --- tests/scripts/thread-cert/debug.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.