removed VnodeClient.icmd and VnodeClient.term
This commit is contained in:
parent
b5d71bab82
commit
69772f993c
3 changed files with 2 additions and 85 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue