source: tests/python_tests/basic_attribute/run_test @ ec550f7

abac0-leakabac0-meimei-idtvf-new-xml
Last change on this file since ec550f7 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: 313 bytes
Line 
1#!/bin/sh
2
3rm -rf *.pem *.xml *.log *.out
4
5echo '---setup principals'
6./setup.py 1>attr.log 2>&1
7
8echo '---run command '
9env keystore=`pwd` ./attr.py > attr.out 2>&1
10
11result=`cat attr.out |wc -l`
12if [ $result -eq 9 ]; then
13    echo "   PASSED"
14else
15    echo "   ERROR:basic_attribute test result differs!!!"
16fi
17
Note: See TracBrowser for help on using the repository browser.