[tests] update inspect along with #3878 changes (#4088)

This commit is contained in:
Rongli Sun
2019-08-12 09:08:55 -07:00
committed by Jonathan Hui
parent f9f8d2c690
commit 72d7513b03
+2 -2
View File
@@ -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.