abac0-leakabac0-mei
Last change
on this file since 92d6cca was
4f79997,
checked in by Mei <mei@…>, 11 years ago
|
1) add a new scaling test -haystack/ralphs
2) tweak some libabac code here and there
|
-
Property mode set to
100755
|
File size:
664 bytes
|
Rev | Line | |
---|
[4f79997] | 1 | #!/usr/bin/env sh |
---|
[3c30b59] | 2 | #generate.sh |
---|
| 3 | |
---|
[4f79997] | 4 | if [ -z "${TESTDIR}" ] ; then |
---|
| 5 | TESTDIR=.. |
---|
| 6 | fi |
---|
[3c30b59] | 7 | . ${TESTDIR}/test_util.sh |
---|
| 8 | |
---|
| 9 | runTest "creddy_tests/generate.sh" "test1", \ |
---|
| 10 | "$eloc/creddy --generate --cn Bigbird" \ |
---|
| 11 | 0 "simple id credential generation" |
---|
| 12 | |
---|
| 13 | runTest "creddy_tests/generate.sh" "test2", \ |
---|
| 14 | "$eloc/creddy --generate --cn 12_3" \ |
---|
| 15 | 0 "generate with underline in name" |
---|
| 16 | |
---|
| 17 | runTest "creddy_tests/generate.sh" "test3", \ |
---|
| 18 | "$eloc/creddy --generate --cn Bad$name" \ |
---|
| 19 | 0 "generate with special $ as Bad$name, later part just got dropped" |
---|
| 20 | |
---|
| 21 | runTest "creddy_tests/generate.sh" "test4", \ |
---|
| 22 | "$eloc/creddy --generate --cn abc --cert gen_attr.xml" \ |
---|
| 23 | 0 "generate with supplied attribute name" |
---|
[461541a] | 24 | |
---|
Note: See
TracBrowser
for help on using the repository browser.