Changeset 1660f7c
- Timestamp:
- Dec 7, 2010 12:49:57 PM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 2453416
- Parents:
- cd60510
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/federation/experiment_control.py
rcd60510 r1660f7c 1609 1609 return top 1610 1610 1611 def get_testbed_services(self, req ):1611 def get_testbed_services(self, req, testbeds): 1612 1612 """ 1613 1613 Parse the services section of the request into into two dicts mapping … … 1924 1924 testbeds.append(tb) 1925 1925 1926 masters, pmasters = self.get_testbed_services(req )1926 masters, pmasters = self.get_testbed_services(req, testbeds) 1927 1927 allocated = { } # Testbeds we can access 1928 1928 topo ={ } # Sub topologies
Note: See TracChangeset
for help on using the changeset viewer.