source: tests/creddy_tests/generate.ck @ 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: 216 bytes
Line 
1#!/bin/sh
2
3# generate.ck
4
5result=`diff -I "buy_rockets" generate.out generate.save 2>/dev/null`
6list=`ls -l *ID.pem |wc -l`
7
8if [ "$result" = "" -a $list -eq 6 ]; then
9    return 0
10else
11    return 1
12fi
13
14
15# ignore
16#
17
Note: See TracBrowser for help on using the repository browser.