Changeset 2ed74c6
- Timestamp:
- Nov 6, 2009 3:50:44 PM (15 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
- Children:
- 9fea17b
- Parents:
- 20cda34
- Location:
- fedd
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
fedd/abac_test.sh
r20cda34 r2ed74c6 13 13 # Test a two part negoitation 14 14 ./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 \ 16 16 --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice' \ 17 --srcURL=http ://localhost:8443/axis2/services/feddABACPort \17 --srcURL=https://localhost:8443/axis2/services/feddABACPort \ 18 18 --dstContext=1 \ 19 --dstURL=http ://localhost:8443/axis2/services/feddABACPort19 --dstURL=https://localhost:8443/axis2/services/feddABACPort 20 20 -
fedd/federation/dragon_access.py
r20cda34 r2ed74c6 680 680 681 681 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) 684 684 return gri, vlan_no 685 685 else:
Note: See TracChangeset
for help on using the changeset viewer.