summaryrefslogtreecommitdiffstats
path: root/authz-test/etc/tc.devl
blob: a85250c0e527ec84b0b971ebeec54d6173d379d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Load Passwords needed
if [ -e ../../authz-service ]; then
   CMD_DEPLOYED=authz-service
else
   CMD_DEPLOYED=authz-cmd
fi
function aafcli {
  java \
  -Daaf_id=testid \
  -Daaf_pass=<pass> \
  -Daaf_url=DMEServiceName=service=com.att.authz.AuthorizationService/version=2.0/envContext=AFTUAT/routeOffer=BAU_SE \
  -Dkeyfile=/Volumes/Data/src/authz/common/keyfile \
  -DAFT_LATITUDE=38.432930 \
  -DAFT_LONGITUDE=-90.432480 \
  -DAFT_ENVIRONMENT=AFTUAT \
  -Dtestid=<pass> \
  -Dbogus=xxx \
  -Dm12345=<pass> \
  -jar \
   ../../${CMD_DEPLOYED}/2.0.2/lib/authz-cmd-2.0.2-jar-with-dependencies.jar \
   $*
}