source: examples/scaling_tests/daisychain/likes_python/base/PROVE.sh @ 4e10a0f

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 4e10a0f was 7e3f5e2, checked in by Mei <mei@…>, 11 years ago

1) converted daisychain scaling 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.