Changeset 5726f53
- Timestamp:
- Feb 21, 2014 9:52:00 AM (11 years ago)
- Branches:
- master
- Children:
- 972993c
- Parents:
- 4bfc015
- Location:
- fedd/federation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/containers_segment.py
r4bfc015 r5726f53 154 154 if terminate: 155 155 rv = self.terminate_exp(pid, eid) 156 except self. cmd_timeout:156 except self.ssh_cmd_timeout: 157 157 rv = False 158 158 return rv -
fedd/federation/emulab_segment.py
r4bfc015 r5726f53 154 154 if terminate: 155 155 rv = self.terminate_exp(pid, eid) 156 except self. cmd_timeout:156 except self.ssh_cmd_timeout: 157 157 rv = False 158 158 return rv
Note: See TracChangeset
for help on using the changeset viewer.