source: tests/scaling_tests/haystack/fruit_python/base/README @ 8200a9c

Last change on this file since 8200a9c 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 100644
File size: 972 bytes
Line 
1#!/bin/sh
2#
3#  This demonstrates scalability of libabac. The fruit_rt2 test from
4#  python_tests is use as the base.
5#       #VAL# simple attribute credentials are added,
6#       #VAL# complex attribute credentials along
7#             with #VAL# different principal ids are added.
8#  The same queries used in fruit_rt2 are run against this setup and
9#  should  yield the same result
10
11# fruits_rt2
12
13# Credential 1
14# [keyid:mary].oset:what2eat
15#      <- [keyid:ralphs].oset:fruitprice([float:?P:[..2.00]])
16
17# Credential 2
18# [keyid:bob].oset:what2eat
19#      <- [keyid:ralphs].oset:fruitprice([float:?P:[1.00..5.00]])
20
21# Credential 3
22# [keyid:ralphs].oset:fruitprice([float:1.50]) <- [string:'apple']
23
24# Credential 4
25# [keyid:ralphs].oset:fruitprice([float:1.50]) <- [string:'kiwi']
26
27# Credential 5
28# [keyid:ralphs].oset:fruitprice([float:2.50]) <- [string:'black rasberry']
29
30# Credential 6
31# [keyid:ralphs].oset:fruitprice([float:0.50]) <- [string:'navel orange']
32
33
34
35
Note: See TracBrowser for help on using the repository browser.