removed VnodeClient.icmd and VnodeClient.term

This commit is contained in:
Blake Harnden 2019-10-11 13:55:06 -07:00
parent b5d71bab82
commit 69772f993c
3 changed files with 2 additions and 85 deletions

View file

@ -40,10 +40,6 @@ def example(options):
# instantiate session
session.instantiate()
# start a shell on the first node
node = session.get_node(2)
node.client.term("bash")
# shutdown session
input("press enter to exit...")
coreemu.shutdown()