source: tests/example_scripts/python/run_prover @ 3c30b59

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

1) add in new refactored regression testing directory
2) undo the abac.hh/ABAC.hh api changes
3) merged with Ted's changes to attribute format/nickname/issuer processing

  • Property mode set to 100755
File size: 306 bytes
Line 
1#!/bin/sh
2
3. ${TESTDIR}/test_util.sh
4
5keystore=`pwd`
6pID=`$eloc/creddy --keyid --cert ${keystore}/IceCream_ID.pem`
7cID=`$eloc/creddy --keyid --cert ${keystore}/Chocolate_ID.pem`
8
9role="${pID}.delicious"
10principal="${cID}"
11
12./abac_prover.py --keystore "$keystore" --role "$role" --principal "$principal"
13
14
15
Note: See TracBrowser for help on using the repository browser.