Upgrade to latest oparent
[aaf/authz.git] / authz-test / TestSuite / JU_Lur2_0 / 10_init
1 as testid@aaf.att.com:<pass>
2 # JU_Lur2_0.10.0.POS List NS to prove ok
3 expect 201,409
4 ns create com.test.JU_Lur2_0Call @[user.name] testid@aaf.att.com
5
6 # JU_Lur2_0.10.2.POS Create Role in Namespace
7 role create com.test.JU_Lur2_0Call.role
8
9 # JU_Lur2_0.10.10.POS Create MyInstance Perms
10 perm create com.test.JU_Lur2_0Call.service myInstance write
11 perm create com.test.JU_Lur2_0Call.service myInstance read
12 perm create com.test.JU_Lur2_0Call.service myInstance *
13
14 # JU_Lur2_0.10.11.POS Create kumquat Perms
15 perm create com.test.JU_Lur2_0Call.service kumquat write
16 perm create com.test.JU_Lur2_0Call.service kumquat read
17 perm create com.test.JU_Lur2_0Call.service kumquat *
18 perm create com.test.JU_Lur2_0Call.service kum.quat read
19
20 # JU_Lur2_0.10.11.POS Create key delimited Perms
21 perm create com.test.JU_Lur2_0Call.service :myCluster write
22 perm create com.test.JU_Lur2_0Call.service :myCluster:myKeyspace write
23 perm create com.test.JU_Lur2_0Call.service :myCluster:myKeyspace:myCF write
24 perm create com.test.JU_Lur2_0Call.service :myCluster:*:myCF write
25 perm create com.test.JU_Lur2_0Call.service :myCluster:myKeyspace:* write
26
27 # JU_Lur2_0.10.20.POS Grant Some Perms to Role
28 perm grant com.test.JU_Lur2_0Call.service myInstance * com.test.JU_Lur2_0Call.role
29 perm grant com.test.JU_Lur2_0Call.service kumquat read com.test.JU_Lur2_0Call.role
30 perm grant com.test.JU_Lur2_0Call.service kum.quat read com.test.JU_Lur2_0Call.role
31 perm grant com.test.JU_Lur2_0Call.service :myCluster:*:myCF write com.test.JU_Lur2_0Call.role
32
33 # JU_Lur2_0.30.1.POS Add User to ROle
34 user role add testid@aaf.att.com com.test.JU_Lur2_0Call.role