Changeset 1a4ee0f
- Timestamp:
- May 12, 2010 7:25:53 AM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- d2471df
- Parents:
- bf3e812
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
rbf3e812 r1a4ee0f 1576 1576 Creates a working directory, splits the incoming description using the 1577 1577 splitter script and parses out the various subsections using the 1578 1579 1578 classes above. Once each sub-experiment is created, use pooled threads 1579 to instantiate them and start it all up. 1580 1580 """ 1581 1581 … … 1690 1690 1691 1691 hosts, ip_allocator = self.allocate_ips_to_topo(top) 1692 1692 # Find the testbeds to look up 1693 1693 testbeds = set([ a.value for e in top.elements \ 1694 1694 for a in e.attribute \ … … 1797 1797 self.state[eid]['vis'] = vis 1798 1798 self.state[eid]['experimentdescription'] = \ 1799 { 'topdldescription': top. clone() }1800 self.state[e xpid]['federant'] = \1799 { 'topdldescription': top.to_dict() } 1800 self.state[eid]['federant'] = \ 1801 1801 [ tbparams[tb]['federant'] for tb in tbparams.keys() \ 1802 1802 if tbparams[tb].has_key('federant') ]
Note: See TracChangeset
for help on using the changeset viewer.