source: tests/scaling_tests/daisychain/likes_python/base/PROVE.sh @ 81c80b9

abac0-leakabac0-mei
Last change on this file since 81c80b9 was ec550f7, checked in by Mei <mei@…>, 11 years ago

1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading

an attribute credentials

4) add examples of GENI specific attribute credentials

and principal certificates into the regression testing

5) rename examples to tests

  • Property mode set to 100755
File size: 382 bytes
Line 
1#!/bin/sh
2
3keystore=`pwd`
4pID=`creddy --keyid --cert ${keystore}/John#VAL#_ID.pem`
5cID=`creddy --keyid --cert ${keystore}/John0_ID.pem`
6
7#JohnX likes John0?
8
9role="${pID}.likes"
10principal="${cID}"
11
12$keystore/../../../../example_scripts/c/abac_prover "$keystore" "$role" "$principal"
13
14#echo "$keystore" "$role" "$principal"
15#gdb $keystore/../../../../example_scripts/c/abac_prover
16
17
Note: See TracBrowser for help on using the repository browser.