Changeset 2ed74c6


Ignore:
Timestamp:
Nov 6, 2009 3:50:44 PM (14 years ago)
Author:
Ted Faber <faber@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
9fea17b
Parents:
20cda34
Message:

typos

Location:
fedd
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • fedd/abac_test.sh

    r20cda34 r2ed74c6  
    1313# Test a two part negoitation
    1414./abac_client.py access --cert=emulab.pem --transport=soap \
    15         --trace --url=http://localhost:8443/axis2/services/feddABACPort
     15        --trace --url=http://localhost:8443/axis2/services/feddABACPort \
    1616        --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice' \
    17         --srcURL=http://localhost:8443/axis2/services/feddABACPort \
     17        --srcURL=https://localhost:8443/axis2/services/feddABACPort \
    1818        --dstContext=1 \
    19         --dstURL=http://localhost:8443/axis2/services/feddABACPort
     19        --dstURL=https://localhost:8443/axis2/services/feddABACPort
    2020
  • fedd/federation/dragon_access.py

    r20cda34 r2ed74c6  
    680680
    681681        if (rv == 0 and gri and vlan_no and status == 'ACTIVE'):
    682             self.log.debug("Sleeping for DRAGON stability")
    683             time.sleep(120)
     682            # self.log.debug("Sleeping for DRAGON stability")
     683            # time.sleep(120)
    684684            return gri, vlan_no
    685685        else:
Note: See TracChangeset for help on using the changeset viewer.