- Timestamp:
- Oct 30, 2009 2:39:04 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
- Children:
- a588632
- Parents:
- 5c8fbb9
- Location:
- fedd/federation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/local_emulab_segment.py
r5c8fbb9 r595191c 230 230 if not self.cmd_with_timeout( 231 231 "/usr/testbed/bin/swapexp -w %s %s in" % (pid, eid), 232 "swapexp", timeout= 10*60):232 "swapexp", timeout=25*60): 233 233 return False 234 234 except self.cmd_timeout: -
fedd/federation/proxy_emulab_segment.py
r5c8fbb9 r595191c 277 277 if not self.ssh_cmd(user, host, 278 278 "/usr/testbed/bin/swapexp -w %s %s in" % (pid, eid), 279 "swapexp", timeout= 10*60):279 "swapexp", timeout=25*60): 280 280 return False 281 281 except self.ssh_cmd_timeout:
Note: See TracChangeset
for help on using the changeset viewer.