command chaining (ssh, chroot, vserver ...) reviewed
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Feb 2008 14:18:23 +0000 (14:18 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Tue, 5 Feb 2008 14:18:23 +0000 (14:18 +0000)
commit553300f17eddfc602313d0e5744c2180ff79f40f
tree25d0fef43189e9107b7d4f53f2acbf6177d9fc08
parent6d64a25292d6e11c717c6703c9ad36cfbf93ffc0
command chaining (ssh, chroot, vserver ...) reviewed
  we now use backslashes instead of quotes for protecting shell special chars
new method TestPlc.copy_in_guest to install a local file into a plc's root image
rewritten ssh config for root in the plc root image (based on ssh_config - added file)
check_nodes reviewed
check_slices now correctly runs ssh to the slice from the plc root image (no shared /etc/planetlab/ in this case)
system/TestMain.py
system/TestPlc.py
system/TestSlice.py
system/ssh_config [new file with mode: 0644]
system/utils.py