Ignore:
Timestamp:
Sep 6, 2009 3:25:23 PM (15 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-2.00, version-3.01, version-3.02
Children:
895a133
Parents:
e19b75c
Message:

remove debugging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/federation/experiment_control.py

    re19b75c re794984  
    967967
    968968        def __call__(self, uri, aid ):
    969             print "in terminate_segment: %s" % aid
    970969            req = {
    971970                    'allocID': aid ,
     
    13971396                for f in ("hosts", gw_secretkey_base, gw_pubkey_base):
    13981397                    self.auth.set_attribute(asignee, "%s/%s" % (configpath, f))
    1399                     print "assigned %s/%s" % (configpath, f)
    14001398
    14011399            # Now, for each substrate in the main topology, find those that
     
    17241722
    17251723    def get_handler(self, path, fid):
    1726         print "%s" %  path
    17271724        if self.auth.check_attribute(fid, path):
    17281725            return ("%s/%s" % (self.repodir, path), "application/binary")
     
    19741971            for fed in fed_exp.get('federant', []):
    19751972                try:
    1976                     print "looking at %s" % fed
    19771973                    tb = fed['emulab']['project']['testbed']['localname']
    19781974                    aid = fed['allocID']
    19791975                except KeyError, e:
    1980                     print "Key error: %s" %e
    19811976                    continue
    19821977                tbparams[tb] = aid
Note: See TracChangeset for help on using the changeset viewer.