print the ip of vm to screen when users try to start an existing testcloud instance,so they can easily know ssh to where
add a "reboot" option for users who do some work to testcloud instance and want to see what will happen after a reboot
Details
Details
- Reviewers
lbrabec jskladan - Group Reviewers
testcloud - Commits
- rTCLOUDe3b12a700a1c: modify the testcloud code and add a "reboot" option
Just start an existing instance and see whether the ip is printed to the screen
reboot a running instance and check whether the option works well
Diff Detail
Diff Detail
- Repository
- rTCLOUD testcloud
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
I pushed this to the testcloud repo. Lili, next time, please base your patches on the dev branch, not master. I had to rebase it, but fortunately it had no conflicts. Also, you might want to set up your proper name and email in ~/.config/git/config.
Use os.path.join() instead.