worked through a couple todos, removed usage of eval within parsing xml files
This commit is contained in:
parent
e4b280196b
commit
8612c73d49
8 changed files with 76 additions and 58 deletions
|
@ -118,10 +118,7 @@ def main():
|
|||
# start a shell on node 1
|
||||
n[1].term("bash")
|
||||
|
||||
# TODO: access to remote nodes is currently limited in this script
|
||||
|
||||
print "elapsed time: %s" % (datetime.datetime.now() - start)
|
||||
|
||||
print "To stop this session, use the 'core-cleanup' script on this server"
|
||||
print "and on the remote slave server."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue