Changeset 20cda34 for fedd/abac_test.sh


Ignore:
Timestamp:
Nov 6, 2009 3:34:49 PM (15 years ago)
Author:
Jay Jacobs <Jay.Jacobs@…>
Branches:
axis_example, compt_changes, info-ops, master, version-3.01, version-3.02
Children:
2ed74c6
Parents:
3eefc2d
Message:

Added two-party functionality and example

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fedd/abac_test.sh

    r3eefc2d r20cda34  
    44./abac_client.py create --cert=emulab.pem --transport=soap \
    55        --trace \
    6         --url=http://localhost:8443/axis/services/feddABACPort \
     6        --url=http://localhost:8443/axis2/services/feddABACPort \
    77        --file=/usr/local/tomcat5.5/webapps/axis/WEB-INF/geni.txt
    88# Run the negotiation with an access request
    99./abac_client.py access --cert=emulab.pem --transport=soap \
    1010        --trace \
    11         --url=http://localhost:8443/axis/services/feddABACPort \
    12         --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice'
     11        --url=http://localhost:8443/axis2/services/feddABACPort \
     12        --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice'
     13# Test a two part negoitation
     14./abac_client.py access --cert=emulab.pem --transport=soap \
     15        --trace --url=http://localhost:8443/axis2/services/feddABACPort
     16        --context_id=0 --goal='GENI:GENI.CTFaccess<<---Alice' \
     17        --srcURL=http://localhost:8443/axis2/services/feddABACPort \
     18        --dstContext=1 \
     19        --dstURL=http://localhost:8443/axis2/services/feddABACPort
     20
Note: See TracChangeset for help on using the changeset viewer.