source: examples/python_tests/acme_multi_rt0/multi.save @ 446b3ce

mei_rt2mei_rt2_fix_1
Last change on this file since 446b3ce was f2d67a5, checked in by Mei <mei@…>, 12 years ago

1) put back that yap info line in the saved example output

  • Property mode set to 100644
File size: 771 bytes
Line 
1% Restoring file /usr/local/lib/Yap/startup.yss
2
3...final principal set...
4(pAcme,keyid,y)
5(pCoyote,keyid,y)
6
7...final policy attribute set...
8pAcme.buy_rockets <- pAcme.preferred_customer
9pAcme.buy_rockets <- pAcme.worst_lucked
10pAcme.preferred_customer <- pCoyote
11pAcme.worst_lucked <- pCoyote
12
13===good============ Acme.buy_rockets <- Coyote
14YAP query succeed
15pAcme.buy_rockets <- pAcme.preferred_customer
16pAcme.preferred_customer <- pCoyote
17
18next proof:
19pAcme.buy_rockets <- pAcme.worst_lucked
20pAcme.worst_lucked <- pCoyote
21
22next proof:
23no more..
24
25
26===good============ Acme.preferred_customer <- Coyote
27YAP query succeed
28pAcme.preferred_customer <- pCoyote
29
30next proof:
31no more..
32
33
34===bad=============== Coyote.friend <- Acme
35YAP query failed
36
37next proof:
38no more..
39
Note: See TracBrowser for help on using the repository browser.